Share via


IPopupIntellisensePresenter.PresentationSpan Property

Definition

Gets the ITrackingSpan to which this presenter is related.

public:
 property Microsoft::VisualStudio::Text::ITrackingSpan ^ PresentationSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITrackingSpan ^ PresentationSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); };
public Microsoft.VisualStudio.Text.ITrackingSpan PresentationSpan { get; }
member this.PresentationSpan : Microsoft.VisualStudio.Text.ITrackingSpan
Public ReadOnly Property PresentationSpan As ITrackingSpan

Property Value

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 SurfaceElement is hosted.

Applies to