ControlElementCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定此一組態項目的屬性或子項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
多載
Item[Int32] |
取得或設定此一組態項目的屬性或子項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
Item[String] |
取得或設定此一組態項目的屬性或子項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
Item[Int32]
取得或設定此一組態項目的屬性或子項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
property System::Web::UI::MobileControls::ControlElement ^ default[int] { System::Web::UI::MobileControls::ControlElement ^ get(int index); void set(int index, System::Web::UI::MobileControls::ControlElement ^ value); };
public System.Web.UI.MobileControls.ControlElement this[int index] { get; set; }
member this.Item(int) : System.Web.UI.MobileControls.ControlElement with get, set
Default Public Property Item(index As Integer) As ControlElement
參數
- index
- Int32
此項目在集合中的索引值。
屬性值
在指定索引上的項目。
適用於
Item[String]
取得或設定此一組態項目的屬性或子項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
property System::Web::UI::MobileControls::ControlElement ^ default[System::String ^] { System::Web::UI::MobileControls::ControlElement ^ get(System::String ^ name); };
public System.Web.UI.MobileControls.ControlElement this[string name] { get; }
member this.Item(string) : System.Web.UI.MobileControls.ControlElement
Default Public ReadOnly Property Item(name As String) As ControlElement
參數
- name
- String
要存取之組態項目的名稱。
屬性值
指定的屬性 (property)、屬性 (attribute) 或子項目。