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)

Syntax

'Declaration
ReadOnly Property PresentationSpan As ITrackingSpan
ITrackingSpan PresentationSpan { get; }
property ITrackingSpan^ PresentationSpan {
    ITrackingSpan^ get ();
}
abstract PresentationSpan : ITrackingSpan
function get PresentationSpan () : ITrackingSpan

Property Value

Type: Microsoft.VisualStudio.Text.ITrackingSpan
The ITrackingSpan to which this presenter is related.

Remarks

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

.NET Framework Security

See Also

Reference

IPopupIntellisensePresenter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace