Range.Start Property

Definition

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

Applies to