다음을 통해 공유


ITestElement.Priority 속성

숫자로 표시된 이 테스트 요소의 우선 순위를 가져오거나 설정합니다.

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

구문

‘선언
Property Priority As Integer
int Priority { get; set; }
property int Priority {
    int get ();
    void set (int value);
}
abstract Priority : int with get, set
function get Priority () : int 
function set Priority (value : int)

속성 값

형식: Int32
숫자로 표시된 이 테스트 요소의 우선 순위입니다.

.NET Framework 보안

참고 항목

참조

ITestElement 인터페이스

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