LinkedEditingRanges.Ranges 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 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