DeviceElementCollection.Item[] プロパティ

定義

コレクション内のデバイス要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

オーバーロード

名前 説明
Item[Int32]

指定したインデックス位置にあるデバイス要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

Item[String]

指定したキーを持つデバイス要素を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

Item[Int32]

指定したインデックス位置にあるデバイス要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::Web::UI::MobileControls::DeviceElement ^ default[int] { System::Web::UI::MobileControls::DeviceElement ^ get(int index); void set(int index, System::Web::UI::MobileControls::DeviceElement ^ value); };
public System.Web.UI.MobileControls.DeviceElement this[int index] { get; set; }
member this.Item(int) : System.Web.UI.MobileControls.DeviceElement with get, set
Default Public Property Item(index As Integer) As DeviceElement

パラメーター

index
Int32

返す DeviceElement の指定したインデックス位置。

プロパティ値

指定したインデックス位置にある DeviceElement

こちらもご覧ください

適用対象

Item[String]

指定したキーを持つデバイス要素を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::Web::UI::MobileControls::DeviceElement ^ default[System::String ^] { System::Web::UI::MobileControls::DeviceElement ^ get(System::String ^ name); };
public System.Web.UI.MobileControls.DeviceElement this[string name] { get; }
member this.Item(string) : System.Web.UI.MobileControls.DeviceElement
Default Public ReadOnly Property Item(name As String) As DeviceElement

パラメーター

name
String

返す DeviceElement のキー。

プロパティ値

指定したキーを持つ DeviceElement 。 指定した nameを持つオブジェクトがコレクションに存在しない場合、 Item[String]nullを返します。

こちらもご覧ください

適用対象