SilverlightCheckBox.Indeterminate 属性

获取或设置三态复选框的不确定状态。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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
一个 Boolean 值,该值指示复选框是否处于不确定状态。

.NET Framework 安全性

请参见

参考

SilverlightCheckBox 类

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls 命名空间