共用方式為


PropertyExpressionObservableCollection.Item 屬性

取得或設定搜尋的屬性值。

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

語法

'宣告
Public Default Property Item ( _
    propertyName As String _
) As String
public string this[
    string propertyName
] { get; set; }
public:
property String^ default[String^ propertyName] {
    String^ get (String^ propertyName);
    void set (String^ propertyName, String^ value);
}
member Item : 
        propertyName:string -> string with get, set
JScript 不支援索引屬性。

參數

  • propertyName
    類型:String

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

PropertyExpressionObservableCollection 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間