TextEdit.Range 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 value which indicates the range of the text edit.
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(Name="range")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Range Range { get; set; }
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="range")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Range Range { get; set; }
[<System.Runtime.Serialization.DataMember(Name="range")>]
member this.Range : Microsoft.VisualStudio.LanguageServer.Protocol.Range with 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