WebTestRuleBase.Properties – vlastnost
Získá nebo nastaví kolekce PluginOrRuleProperty objekty s jedním členem pro každou vlastnost definovaná pravidla nebo implementace modulu plug-in.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Public ReadOnly Property Properties As PropertyCollection
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
PropertyCollection^ get ();
}
member Properties : PropertyCollection with get
function get Properties () : PropertyCollection
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Kolekce PluginOrRuleProperty objektů.
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.