다음을 통해 공유


DeclarativeWebTest.Items 속성

이 웹 성능 테스트에 포함된 항목 집합을 가져오거나 설정합니다. 항목은 트랜잭션, 요청, 주석 및 포함된 웹 성능 테스트입니다.

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

구문

‘선언
Public Property Items As WebTestItemCollection
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
    WebTestItemCollection^ get ();
    internal: void set (WebTestItemCollection^ value);
}
member Items : WebTestItemCollection with get, internal set
function get Items () : WebTestItemCollection 
internal function set Items (value : WebTestItemCollection)

속성 값

형식: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
항목의 컬렉션입니다.

.NET Framework 보안

참고 항목

참조

DeclarativeWebTest 클래스

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