IDocumentPeekResult.IdentifyingSpan 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 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.