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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.