共用方式為


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