次の方法で共有


WmlObjectListAdapter.HasCommands メソッド

定義

ObjectList にコマンドが含まれている場合は true を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

protected:
 bool HasCommands();
protected bool HasCommands ();
member this.HasCommands : unit -> bool
Protected Function HasCommands () As Boolean

戻り値

オブジェクト リスト コントロールにコマンドが含まれている場合は true。それ以外の場合は false

適用対象

こちらもご覧ください