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

属性值

true 如果值为默认值,则为 ;否则,为 false.

适用于