SilverlightCheckBox.ThreeState 属性

获取指示复选框是否支持这三个状态的值。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight(在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)

语法

声明
Public Overridable ReadOnly Property ThreeState As Boolean
    Get
public virtual bool ThreeState { get; }
public:
virtual property bool ThreeState {
    bool get ();
}
abstract ThreeState : bool
override ThreeState : bool
function get ThreeState () : boolean

属性值

类型:System.Boolean
一个 Boolean 值,该值指示是否支持不确定状态。

.NET Framework 安全性

请参见

参考

SilverlightCheckBox 类

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