Panes.Item[Object] プロパティ

定義

コレクションからウィンドウを返します。

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ Index); };
public object this[object Index] { get; }
Default Public ReadOnly Property Item(Index As Object) As Object

パラメーター

Index
Object

オブジェクトのインデックス番号、またはコレクションのオブジェクトの既定のプロパティに適合する値を指定します。

プロパティ値

指定されたオブジェクトを表すオブジェクト型 (Object) の値。

適用対象