Sdílet prostřednictvím


TestElement.AgentAttributes – vlastnost

Získá slovník agent atributy.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: StringDictionary
Slovník agent atributy.

Implementuje

ITestElement.AgentAttributes

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestElement Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů