共用方式為


XamlCheckBox.Indeterminate 屬性

取得或設定核取方塊的不定狀態。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
組件:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.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)

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

XamlCheckBox 類別

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