DataObjectAttribute.Default 字段

定义

表示 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

适用于