IDocumentPeekResult::Span Property

Visual Studio 2015
 

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.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::IPersistentSpan^

The IPersistentSpan corresponding to the result location span

Return to top
Show: