DocumentSymbol.Range Property

Definition

Gets or sets the range enclosing this symbol not including leading/trailing whitespace but everything else like comments.This information is typically used to determine if the clients cursor is inside the symbol to reveal in the symbol in the UI.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ Range { Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::Range ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="range")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Range Range { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="range")>]
member this.Range : Microsoft.VisualStudio.LanguageServer.Protocol.Range with get, set
Public Property Range As Range

Property Value

Attributes

Applies to