LoadTestUserContext.Keys 属性
获取一个 ICollection,其中包含 LoadTestUserContext 元素的键。
命名空间: 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>
一个泛型 ICollection,其中包含 LoadTestUserContext 的键。
实现
IDictionary<TKey, TValue>.Keys
备注
未指定返回的泛型 ICollection 中键的顺序,但可以保证与 Values 属性返回的泛型 ICollection 中相应的值的顺序相同。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。