CustomConstantAttribute.Value 屬性

定義

取得這個屬性 (Attribute) 儲存的常數值。

public:
 abstract property System::Object ^ Value { System::Object ^ get(); };
public abstract object Value { get; }
public abstract object? Value { get; }
member this.Value : obj
Public MustOverride ReadOnly Property Value As Object

屬性值

這個屬性儲存的常數值。

適用於