WpfCheckBox.Indeterminate 屬性

取得或設定值,這個值表示這個核取方塊的值是否為不定。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable Property Indeterminate As Boolean
    Get
    Set
public virtual bool Indeterminate { get; set; }
public:
virtual property bool Indeterminate {
    bool get ();
    void set (bool value);
}
abstract Indeterminate : bool with get, set
override Indeterminate : bool with get, set
function get Indeterminate () : boolean
function set Indeterminate (value : boolean)

屬性值

型別:System.Boolean
如果這個核取方塊的值不定則為 true ,否則為 false。

.NET Framework 安全性

請參閱

參考

WpfCheckBox 類別

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空間