DefaultValueAttribute.Value 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此属性 (Attribute) 绑定到的属性 (Property) 的默认值。
public:
virtual property System::Object ^ Value { System::Object ^ get(); };
public:
property System::Object ^ Value { System::Object ^ get(); };
public virtual object Value { get; }
public virtual object? Value { get; }
public object Value { get; }
member this.Value : obj
Public Overridable ReadOnly Property Value As Object
Public ReadOnly Property Value As Object
属性值
表示此属性 (Attribute) 绑定到的属性 (Property) 的默认值的 Object。