DeclarativeWebTest.Items プロパティ
この Web パフォーマンス テストに含まれている項目のセットを取得または設定します。 項目とは、トランザクション、要求、および含まれている Web パフォーマンス テストです。
名前空間: Microsoft.VisualStudio.TestTools.WebTesting
アセンブリ: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 内)
構文
'宣言
Public Property Items As WebTestItemCollection
Get
Friend Set
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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。