Partager via


PropertyExpressionObservableCollection.Item, propriété

Obtient ou définit la valeur de propriété pour la recherche.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting
Assembly :  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (dans Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les propriétés indexées.

Paramètres

  • propertyName
    Type : String

Valeur de propriété

Type : String

Sécurité .NET Framework

Voir aussi

Référence

PropertyExpressionObservableCollection Classe

Microsoft.VisualStudio.TestTools.UITesting, espace de noms