Condividi tramite


Proprietà TestElement.AgentAttributes

Ottiene un dizionario di attributi agente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

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

Valore proprietà

Tipo: StringDictionary
Dizionario di attributi agente.

Implementa

ITestElement.AgentAttributes

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common