IPopupIntellisensePresenter::PresentationSpan Property

 

Gets the ITrackingSpan to which this presenter is related.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property ITrackingSpan^ PresentationSpan {
	ITrackingSpan^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITrackingSpan^

The ITrackingSpan to which this presenter is related.

This property is used to determine where to place the ITextView popup inside of which the presenter's surface element is hosted.

Return to top
Show: