다음을 통해 공유


UITestPropertyProvider.UIControl 속성

관련 사용자 인터페이스 테스트 컨트롤을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)

구문

‘선언
Protected Friend Property UIControl As UITestControl
protected internal UITestControl UIControl { get; set; }
protected public:
property UITestControl^ UIControl {
    UITestControl^ get ();
    void set (UITestControl^ value);
}
member UIControl : UITestControl with get, set
function get UIControl () : UITestControl 
function set UIControl (value : UITestControl)

속성 값

형식: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
관련 사용자 인터페이스 테스트 컨트롤입니다.

.NET Framework 보안

참고 항목

참조

UITestPropertyProvider 클래스

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