Freigeben über


PropertyCollection.Add-Methode (String, String)

Fügt der PropertyCollection-Klasse eine PluginOrRuleProperty-Klasse hinzu.

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

Syntax

'Declaration
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
)

Parameter

  • propertyName
    Typ: System.String
    Der Name der hinzuzufügenden Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyCollection Klasse

Add-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace