CustomTypeElement.IsConfigured 属性

定义

获取一个值,该值指示是否已使用非默认值配置元素。

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

属性值

true 如果元素已使用非默认值进行配置,则为否则,为 false.

适用于