PropertyEntry.HasStandardValues 属性
定义
获取一个值,指示是否有一组标准值可供此 PropertyEntry 使用。Gets a value that indicates whether a set of standard values is available for this PropertyEntry.
protected:
virtual property bool HasStandardValues { bool get(); };
protected virtual bool HasStandardValues { get; }
member this.HasStandardValues : bool
Protected Overridable ReadOnly Property HasStandardValues As Boolean
属性值
如果有一组标准值可用,则为 true;否则为 false。true if a set of standard values is available; otherwise, false.