다음을 통해 공유


WpfCell.Indeterminate 속성

이 셀 컨트롤의 비활성화 상태를 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
어셈블리:  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)

속성 값

형식: Boolean
이 셀 컨트롤의 비활성화 상태입니다.

.NET Framework 보안

참고 항목

참조

WpfCell 클래스

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 네임스페이스