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
.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.