Partager via


PropertyCollection.Add, méthode (String, String)

Ajoute un PluginOrRuleProperty au PropertyCollection.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    propertyName As String, _
    propertyValue As String _
)
public void Add(
    string propertyName,
    string propertyValue
)
public:
void Add(
    String^ propertyName, 
    String^ propertyValue
)
member Add : 
        propertyName:string * 
        propertyValue:string -> unit 
public function Add(
    propertyName : String, 
    propertyValue : String
)

Paramètres

  • propertyName
    Type : System.String
    Nom de la propriété à ajouter.

Sécurité .NET Framework

Voir aussi

Référence

PropertyCollection Classe

Add, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms