Share via


IDocumentPeekResult.Span Property

Definition

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

Applies to