Sdílet prostřednictvím


PropertyCollection.Add – metoda (String, String)

Adds a PluginOrRuleProperty to the PropertyCollection.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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: System.String
    Název vlastnosti, které chcete přidat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PropertyCollection Třída

Add – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů