Share via


DeviceSpecificChoiceCollection.All プロパティ

定義

コレクションから DeviceSpecificChoice オブジェクトの配列を取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property System::Collections::ArrayList ^ All { System::Collections::ArrayList ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
public System.Collections.ArrayList All { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)>]
member this.All : System.Collections.ArrayList
Public ReadOnly Property All As ArrayList

プロパティ値

コレクションに格納されている DeviceSpecificChoice オブジェクトの配列。

属性

適用対象

こちらもご覧ください