ObjectListShowCommandsEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
ShowItemCommands の ObjectList イベントのデータを提供します。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (ASP.NET でのモバイル アプリおよびサイト) を参照してください。
public ref class ObjectListShowCommandsEventArgs : EventArgs
public class ObjectListShowCommandsEventArgs : EventArgs
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class ObjectListShowCommandsEventArgs : EventArgs
type ObjectListShowCommandsEventArgs = class
inherit EventArgs
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type ObjectListShowCommandsEventArgs = class
inherit EventArgs
Public Class ObjectListShowCommandsEventArgs
Inherits EventArgs
- 継承
- 属性
例
コードサンプルについては、概要の例を参照してください ObjectList 。
注釈
オブジェクトのインスタンス ObjectListShowCommandsEventArgs が自動的に作成され、のイベントのイベントハンドラーに渡され ShowItemCommands ObjectList ます。
継承されたクラスまたはイベントハンドラーは、このイベントを使用して、プロパティ内のコマンドのコレクションを変更することにより、その項目に固有のコマンドを表示でき Commands ます。
コンストラクター
| ObjectListShowCommandsEventArgs(ObjectListItem, ObjectListCommandCollection) |
ObjectListShowCommandsEventArgs クラスの新しいインスタンスを初期化します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (ASP.NET でのモバイル アプリおよびサイト) を参照してください。 |
プロパティ
| Commands |
ObjectListCommandCollection オブジェクト内のコマンドのコレクションを取得または設定します。 初期状態では、コレクションは空です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (ASP.NET でのモバイル アプリおよびサイト) を参照してください。 |
| ListItem |
指定された表示対象のコマンドが関連付けられているリスト項目を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps & Sites with ASP.NET」 (ASP.NET でのモバイル アプリおよびサイト) を参照してください。 |
メソッド
| Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
| GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
| MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
| ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |