SIL.FieldWorks.Common.RootSites.CollectorEnv.DisplayThisObject C# (CSharp) 메소드

DisplayThisObject() 보호된 메소드

Sub-classes can override
protected DisplayThisObject ( int hvoItem, int tag ) : bool
hvoItem int The hvo item.
tag int The tag.
리턴 bool
		protected virtual bool DisplayThisObject(int hvoItem, int tag)
		{
			// no-op: Always assume we want to display an object
			return true;
		}
		#endregion