Sdílet prostřednictvím


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

Viz také

Referenční dokumentace

WebTestRuleBase Třída

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