Range.EndColumn プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スパンの末尾の の先頭 EndLine からのオフセット (0 から始まる) オフセットを取得します。
public:
property int EndColumn { int get(); };
[System.Runtime.Serialization.DataMember(Order=3)]
public int EndColumn { get; }
[System.Runtime.Serialization.DataMember(Order=3)]
public int EndColumn { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
member this.EndColumn : int
[<System.Runtime.Serialization.DataMember(Order=3)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer
プロパティ値
- 属性