Udostępnij za pośrednictwem


Metoda PropertyCollection.Add — (String, String)

Adds a PluginOrRuleProperty to the PropertyCollection.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

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

Parametry

  • propertyName
    Typ: String

    Aby dodać nazwę właściwości.

  • propertyValue
    Typ: String

    Wartość do dodania.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

PropertyCollection Klasa

Przeciążenie Add

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting