DataObjectAttribute.Default 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示类的 DataObjectAttribute 默认值,指示类适合在设计时绑定到 ObjectDataSource 对象。 此字段是只读的。
public: static initonly System::ComponentModel::DataObjectAttribute ^ Default;
public static readonly System.ComponentModel.DataObjectAttribute Default;
staticval mutable Default : System.ComponentModel.DataObjectAttribute
Public Shared ReadOnly Default As DataObjectAttribute
字段值
注解
该Default字段定义使用DataObjectAttribute构造函数初始化的类的DataObjectAttribute实例,该构造函数将IsDataObject属性设置为 true。