TextSpanAnnotatedRegion.EndIndex プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AIContentの注釈付きスパンの終了文字インデックス (排他) を取得または設定します。
public:
property Nullable<int> EndIndex { Nullable<int> get(); void set(Nullable<int> value); };
[System.Text.Json.Serialization.JsonPropertyName("end")]
public int? EndIndex { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("end")>]
member this.EndIndex : Nullable<int> with get, set
Public Property EndIndex As Nullable(Of Integer)
プロパティ値
- 属性