SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostStringSliceVc.Display C# (CSharp) Méthode

Display() public méthode

public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
Résultat 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