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.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Property Value
Type: Microsoft.VisualStudio.Text::IPersistentSpan^The IPersistentSpan corresponding to the span of an identifying token inside the result location span.
Show: