ObjectList.Selection プロパティ

定義

選択した項目を返します。選択されていない場合は null します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

public:
 property System::Web::UI::MobileControls::ObjectListItem ^ Selection { System::Web::UI::MobileControls::ObjectListItem ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.MobileControls.ObjectListItem Selection { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Selection : System.Web.UI.MobileControls.ObjectListItem
Public ReadOnly Property Selection As ObjectListItem

プロパティ値

選択した項目。選択されていない場合は null

属性

注釈

複数の選択はサポートされていません。

適用対象

こちらもご覧ください