Range.Start 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 text start position.
public:
property Microsoft::VisualStudio::LanguageServer::Protocol::Position ^ Start { Microsoft::VisualStudio::LanguageServer::Protocol::Position ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::Position ^ value); };
[System.Runtime.Serialization.DataMember(Name="start")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Position Start { get; set; }
[<System.Runtime.Serialization.DataMember(Name="start")>]
member this.Start : Microsoft.VisualStudio.LanguageServer.Protocol.Position with get, set
Public Property Start As Position
Property Value
- Attributes