DefaultValueAttribute.Value 属性

定义

获取此属性绑定到的属性的默认值。

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

属性值

一个 Object 表示此属性绑定到的属性的默认值。

适用于