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 命名空间