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

適用対象