DeviceElementCollection.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内のデバイス要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「
オーバーロード
| 名前 | 説明 |
|---|---|
| Item[Int32] |
指定したインデックス位置にあるデバイス要素を取得または設定します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Item[String] |
指定したキーを持つデバイス要素を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
Item[Int32]
指定したインデックス位置にあるデバイス要素を取得または設定します。 この API は廃止されています。 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 モバイル アプリケーションの開発方法については、「
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を返します。