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
    Get
public virtual StringDictionary AgentAttributes { get; }
public:
virtual property StringDictionary^ AgentAttributes {
    StringDictionary^ get ();
}
abstract AgentAttributes : StringDictionary
override AgentAttributes : StringDictionary
function get AgentAttributes () : StringDictionary

Valore proprietà

Tipo: System.Collections.Specialized.StringDictionary
Dizionario di attributi di agente.

Implementa

ITestElement.AgentAttributes

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestElement Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common