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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.