CommandFormat 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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.
public enum class CommandFormat
public enum CommandFormat
[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 enum CommandFormat
type CommandFormat =
[<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 CommandFormat =
Public Enum CommandFormat
- 継承
- 属性
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| Button | 0 |
Command コントロールをボタンとしてレンダリングします。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
| Link | 1 |
Command コントロールをハイパーリンクとしてレンダリングします。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「 |
例
この例では、 CommandFormat クラスの使用方法を示します。