Share via


LinkedEditingRanges.Ranges Property

Definition

Gets or sets the ranges for the type rename.

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

Property Value

Range[]
Attributes

Applies to