共用方式為


PropertyExpressionObservableCollection 類別

包含 UITestControl 可搜尋的屬性。

繼承階層架構

Object
  Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionObservableCollection

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll 中)

語法

'宣告
Public NotInheritable Class PropertyExpressionObservableCollection _
    Implements INotifyCollectionChanged
public sealed class PropertyExpressionObservableCollection : INotifyCollectionChanged
public ref class PropertyExpressionObservableCollection sealed : INotifyCollectionChanged
[<Sealed>]
type PropertyExpressionObservableCollection =  
    class 
        interface INotifyCollectionChanged 
    end
public final class PropertyExpressionObservableCollection implements INotifyCollectionChanged

PropertyExpressionObservableCollection 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 PropertyExpressionObservableCollection 預設建構函式。

回頁首

屬性

  名稱 描述
公用屬性 Count 取得集合中項目的計數。
公用屬性 IsReadOnly 如果集合是唯讀,取得
公用屬性 Item 取得或設定搜尋的屬性值。

回頁首

方法

  名稱 描述
公用方法 Add(array<String[]) 將多個屬性,為屬性設定的值。如果具有相同名稱的屬性已經存在,然後更新其值。
公用方法 Add(PropertyExpression) 將新的 PropertyExpression。如果具有相同名稱的屬性已經存在,然後更新其值。
公用方法 Add(String, String) 加入新的屬性,為屬性設定的值。如果具有相同名稱的屬性已經存在,然後更新其值。
公用方法 Add(String, String, PropertyExpressionOperator) 加入新的屬性、值和 PropertyExpressionOperator 對屬性集合。如果具有相同名稱的屬性已經存在,然後更新其值。
公用方法 AddRange(array<PropertyExpression[]) 將 PropertyExpressions 範圍加入至集合。如果具有相同名稱的屬性已經存在,然後更新其值。
公用方法 AddRange(PropertyExpressionObservableCollection) 從另一個集合加入 PropertyExpressions 的範圍。如果具有相同名稱的屬性已經存在,然後更新其值。
公用方法 Clear 清除集合。
公用方法 Clone 建立目前執行個體複本的 PropertyExpressionCollection。
公用方法 Contains(String) 確認指定的屬性是否存在於集合。
公用方法 Contains(PropertyExpression) 檢查具有相同名稱、值和運算子的 PropertyExpression 是否存在於集合。
公用方法 CopyTo 對 PropertyExpression 陣列複製集合。
公用方法 Equals 覆寫 Object.Equals (覆寫 Object.Equals(Object)。)
公用方法 Find 傳回集合中的關聯的 PropertyExpression 指定屬性名稱的
公用方法 GetEnumerator 使列舉值逐一查看集合
公用方法 GetHashCode PropertyExpressionCollection 的 Hashcode (覆寫 Object.GetHashCode。)
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
公用方法 Remove(String) 移除 PropertyExpression 以指定名稱從集合。
公用方法 Remove(PropertyExpression) 移除 PropertyExpression 具有相同名稱、值和運算子從集合
公用方法 ToString 傳回代表目前物件的字串。 (繼承自 Object)。

回頁首

事件

  名稱 描述
公用事件 CollectionChanged 引發的事件,在變更這個集合。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TestTools.UITesting 命名空間