Compartilhar via


Método PropertyCollection.Add (String, String)

Adds a PluginOrRuleProperty to the PropertyCollection.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • propertyName
    Tipo: System.String
    O nome de propriedade para adicionar.

Segurança do .NET Framework

Consulte também

Referência

PropertyCollection Classe

Sobrecargas Add

Namespace Microsoft.VisualStudio.TestTools.WebTesting