PropertyValue.IsDefaultValue 属性
定义
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 。true if the value is the default; otherwise, false.