Freigeben über


TestElement.AgentAttributes-Eigenschaft

Ruft ein Wörterbuch von Agent-Attributen ab.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: System.Collections.Specialized.StringDictionary
Ein Wörterbuch von Agent-Attributen.

Implementiert

ITestElement.AgentAttributes

.NET Framework-Sicherheit

Siehe auch

Referenz

TestElement Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace