次の方法で共有


Pages.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) の値。

適用対象