IDocumentPeekResult::IdentifyingSpan Property

Visual Studio 2015
 

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.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property IPersistentSpan^ IdentifyingSpan {
	IPersistentSpan^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::IPersistentSpan^

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

Return to top
Show: