TagList.Item[Int32] プロパティ

定義

指定したインデックス位置にあるタグを取得または設定します。

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> default[int] { System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> get(int index); void set(int index, System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> value); };
public System.Collections.Generic.KeyValuePair<string,object?> this[int index] { get; set; }
member this.Item(int) : System.Collections.Generic.KeyValuePair<string, obj> with get, set
Default Public Property Item(index As Integer) As KeyValuePair(Of String, Object)

パラメーター

index
Int32

項目のインデックス。

プロパティ値

指定したインデックス位置にある要素。

実装

例外

indexTagList の有効なインデックスではありません。

適用対象