WinCell.Indeterminate 属性
获取或设置一个值,该值指示此单元格的状态是否为不确定的。
命名空间: Microsoft.VisualStudio.TestTools.UITesting.WinControls
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
Public Overridable Property Indeterminate As Boolean
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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。