次の方法で共有


Range.End Property

Definition

Gets or sets the text end position.

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

Property Value

Attributes

Applies to