WebTestRuleBase.Properties, propriété
Obtient ou définit une collection d'objets PluginOrRuleProperty avec un membre pour chaque propriété définie par l'implémentation de la règle ou du plug-in.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Properties As PropertyCollection
Get
public PropertyCollection Properties { get; }
public:
property PropertyCollection^ Properties {
PropertyCollection^ get ();
}
member Properties : PropertyCollection
function get Properties () : PropertyCollection
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.WebTesting.PropertyCollection
Collection d'objets PluginOrRuleProperty.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.