SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostStringSliceVc.Display C# (CSharp) Метод

Display() публичный Метод

public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
Результат void
			public override void Display(IVwEnv vwenv, int hvo, int frag)
			{
				// The property is absolutely arbitrary because the ghost DA ignores it.
				vwenv.AddStringProp(GhostStringSlice.kflidFake, this);
			}
		}
GhostStringSlice.GhostStringSliceVc