IPopupIntellisensePresenter.PresentationSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.