共用方式為


WinCheckBoxTreeItem.Indeterminate 屬性

取得或設定值,這個值表示核取方塊狀態是否為不定。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.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
如果核取方塊狀態為不定則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WinCheckBoxTreeItem 類別

Microsoft.VisualStudio.TestTools.UITesting.WinControls 命名空間