DocumentOnTypeFormattingParams.Position 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 Position at which the request was sent.
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