次の方法で共有


EditorPartCollection.Item[Int32] プロパティ

定義

一意の識別子に従ってコレクションの特定のメンバーを返します。

public:
 property System::Web::UI::WebControls::WebParts::EditorPart ^ default[int] { System::Web::UI::WebControls::WebParts::EditorPart ^ get(int index); };
public System.Web.UI.WebControls.WebParts.EditorPart this[int index] { get; }
member this.Item(int) : System.Web.UI.WebControls.WebParts.EditorPart
Default Public ReadOnly Property Item(index As Integer) As EditorPart

パラメーター

index
Int32

特定の EditorPart の、コレクション内でのインデックス。

プロパティ値

コレクション内の指定したインデックス位置にある EditorPart

適用対象

こちらもご覧ください