言語

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

適用対象

こちらもご覧ください