Share via


IDocumentPeekResult.IdentifyingSpan Property

Definition

Gets a IPersistentSpan corresponding to the span of the identifying token inside the result location span. For example if this result corresponds to a method, the identifying span is the span of the method name token inside method definition span.

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

Property Value

The IPersistentSpan corresponding to the span of an identifying token inside the result location span.

Applies to