Sdílet prostřednictvím


ITestElement.AgentAttributes – vlastnost

Získá slovník agent atributy nebo omezení pro aktuální spuštění testu.

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

Syntaxe

'Deklarace
ReadOnly Property AgentAttributes As StringDictionary
StringDictionary AgentAttributes { get; }
property StringDictionary^ AgentAttributes {
    StringDictionary^ get ();
}
abstract AgentAttributes : StringDictionary with get
function get AgentAttributes () : StringDictionary

Hodnota vlastnosti

Typ: System.Collections.Specialized.StringDictionary
Slovník agent atributy.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestElement Rozhraní

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