IParameter::PrettyPrintedLocus Property

 

Gets the text location of this parameter relative to the signature's pretty-printed content.

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

property Span PrettyPrintedLocus {
	Span get();
}

Property Value

Type: Microsoft.VisualStudio.Text::Span

The Span of this parameter.

Return to top
Show: