TextDocumentPositionParams.Position Property

Definition

Gets or sets the value which indicates the position within the document.

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

Property Value

Attributes

Applies to