共用方式為


PropertyExpressionObservableCollection.Add 方法 (String, String)

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.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
    類型:String

    屬性的名稱。

  • propertyValue
    類型:String

    屬性的值。

.NET Framework 安全性

請參閱

參考

PropertyExpressionObservableCollection 類別

Add 多載

Microsoft.VisualStudio.TestTools.UITesting 命名空間