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

位于集合中指定索引处的 EditorPart

适用于

另请参阅