SIL.FieldWorks.Discourse.RibbonVc.AddWordBundleInternal C# (CSharp) Méthode

AddWordBundleInternal() protected méthode

In this case, the 'hvo' is a dummy for the cached AnalysisOccurrence.
protected AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void
hvo int
vwenv IVwEnv
Résultat void
		protected override void AddWordBundleInternal(int hvo, IVwEnv vwenv)
		{
			SetupAndOpenInnerPile(vwenv);
			var frag = (m_ribbon.Decorator as InterlinRibbonDecorator).OccurrenceFromHvo(hvo)
				as LocatedAnalysisOccurrence;
			DisplayAnalysisAndCloseInnerPile(vwenv, frag, false);
		}