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 的用法。