共用方式為


PropertyValue.IsDefaultValue 屬性

定義

在衍生類別內實作時,取得一個值,這個值指出 Value 是否為屬性的預設值。

public:
 abstract property bool IsDefaultValue { bool get(); };
public abstract bool IsDefaultValue { get; }
member this.IsDefaultValue : bool
Public MustOverride ReadOnly Property IsDefaultValue As Boolean

屬性值

Boolean

true 如果值為預設值,則為,否則為 false

適用於