DocumentSymbol.SelectionRange Property

Definition

Gets or sets the range that should be selected and revealed when this symbol is being picked, e.g the name of a function. Must be contained by the range.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ SelectionRange { Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ value); };

Property Value

Attributes

Applies to