共用方式為


PropertyCollection.Add 方法 (String, String)

加入 PluginOrRulePropertyPropertyCollection

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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
)

參數

  • propertyName
    型別:System.String
    要加入的屬性名稱。

.NET Framework 安全性

請參閱

參考

PropertyCollection 類別

Add 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間