ITestElement.AgentAttributes 属性

获取当前测试运行的代理属性或约束的字典。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
ReadOnly Property AgentAttributes As StringDictionary
    Get
StringDictionary AgentAttributes { get; }
property StringDictionary^ AgentAttributes {
    StringDictionary^ get ();
}
abstract AgentAttributes : StringDictionary
function get AgentAttributes () : StringDictionary

属性值

类型:System.Collections.Specialized.StringDictionary
代理特性的字典。

.NET Framework 安全性

请参见

参考

ITestElement 接口

Microsoft.VisualStudio.TestTools.Common 命名空间