Freigeben über


ITestElement.AgentAttributes-Eigenschaft

Ruft ein Wörterbuch von Agent-Attributen oder Einschränkungen für den aktuellen Testlauf ab.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace