共用方式為


WpfToggleButton.Indeterminate 屬性

取得值,這個值表示此切換按鈕的值是否為不定的值。

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

語法

'宣告
Public Overridable Property Indeterminate As Boolean
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 安全性

請參閱

參考

WpfToggleButton 類別

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