Partager via


TestElement.AgentAttributes, propriété

Obtient un dictionnaire d'attributs d'agent.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : StringDictionary
Dictionnaire d'attributs d'agent.

Implémentations

ITestElement.AgentAttributes

Sécurité .NET Framework

Voir aussi

Référence

TestElement Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms