次の方法で共有


LoadTestUserContext.Keys プロパティ

LoadTestUserContext 要素のキーを含む ICollection を取得します。

名前空間:  Microsoft.VisualStudio.TestTools.LoadTesting
アセンブリ:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 内)

構文

'宣言
Public ReadOnly Property Keys As ICollection(Of String)
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

プロパティ値

型 : System.Collections.Generic.ICollection<String>
LoadTestUserContext のキーを含むジェネリック ICollection

実装

IDictionary<TKey, TValue>.Keys

解説

返されるジェネリック ICollection 内のキーの順序は未指定ですが、Values プロパティによって返されるジェネリック ICollection 内の対応する値と同じ順序になります。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

LoadTestUserContext クラス

Microsoft.VisualStudio.TestTools.LoadTesting 名前空間