ObjectList.Selection プロパティ

定義

選択された項目を返します。どの項目も選択されていない場合は、null を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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

属性

注釈

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

適用対象

こちらもご覧ください