共用方式為


SilverlightCell.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 安全性

請參閱

參考

SilverlightCell 類別

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