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

適用於

另請參閱