IDocumentPeekResult.Span 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 a IPersistentSpan corresponding to the result location span. For example if this result corresponds to a method, this span is the span of the method definition.
public:
property Microsoft::VisualStudio::Text::IPersistentSpan ^ Span { Microsoft::VisualStudio::Text::IPersistentSpan ^ get(); };
public Microsoft.VisualStudio.Text.IPersistentSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.IPersistentSpan
Public ReadOnly Property Span As IPersistentSpan
Property Value
The IPersistentSpan corresponding to the result location span