DocumentSymbol.SelectionRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="selectionRange")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Range SelectionRange { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="selectionRange")>]
member this.SelectionRange : Microsoft.VisualStudio.LanguageServer.Protocol.Range with get, set
Public Property SelectionRange As Range
Property Value
- Attributes