다음을 통해 공유


ITestElement.Owner 속성

사용자 인터페이스에서 사용자가 입력하는 대로 소유자 이름을 가져옵니다.

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

구문

‘선언
Property Owner As String
string Owner { get; set; }
property String^ Owner {
    String^ get ();
    void set (String^ value);
}
abstract Owner : string with get, set
function get Owner () : String 
function set Owner (value : String)

속성 값

형식: String
사용자 인터페이스에서 사용자가 입력하는 대로의 소유자 이름입니다.

.NET Framework 보안

참고 항목

참조

ITestElement 인터페이스

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