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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.