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