ObjectListCommand 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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.
表示 ASP.NET 移动控件中的 ObjectList 命令。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅
public ref class ObjectListCommand
[System.Web.UI.MobileControls.PersistName("Command")]
public class ObjectListCommand
[System.Web.UI.MobileControls.PersistName("Command")]
[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 ObjectListCommand
[<System.Web.UI.MobileControls.PersistName("Command")>]
type ObjectListCommand = class
[<System.Web.UI.MobileControls.PersistName("Command")>]
[<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 ObjectListCommand = class
Public Class ObjectListCommand
- 继承
-
ObjectListCommand
- 属性
注解
ObjectListCommand可以将对象声明为<command>声明中的ObjectList元素。
ObjectListCommand还可以通过将对象添加到控件Commands的成员集合,以编程方式构造对象并将其添加到控件ObjectList的成员集合中。
构造函数
| 名称 | 说明 |
|---|---|
| ObjectListCommand() |
已过时.
初始化 ObjectListCommand 类的新实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| ObjectListCommand(String, String) |
已过时.
初始化 ObjectListCommand 类的新实例。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
属性
| 名称 | 说明 |
|---|---|
| Name |
已过时.
获取命令的名称。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
| Text |
已过时.
获取或设置命令中显示的文本。 默认值为空字符串。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| ToString() |
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |