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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.