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
。