共用方式為


TestElement.AgentAttributes 屬性

取得代理程式屬性的字典。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public Overridable ReadOnly Property AgentAttributes As StringDictionary
public virtual StringDictionary AgentAttributes { get; }
public:
virtual property StringDictionary^ AgentAttributes {
    StringDictionary^ get ();
}
abstract AgentAttributes : StringDictionary with get
override AgentAttributes : StringDictionary with get
function get AgentAttributes () : StringDictionary

屬性值

型別:System.Collections.Specialized.StringDictionary
代理程式屬性的字典。

實作

ITestElement.AgentAttributes

.NET Framework 安全性

請參閱

參考

TestElement 類別

Microsoft.VisualStudio.TestTools.Common 命名空間