DefaultValueAttribute.Value 屬性

定義

取得這個屬性 (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

屬性值

Object,表示這個屬性 (Attribute) 所繫結之屬性 (Property) 的預設值。

適用於