Partager via


PropertyCollection.Item, propriété (String)

Obtient ou définit la première valeur de propriété stockée avec le nom de propriété spécifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    propertyName As String _
) As String
    Get
    Set
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 : string with get, set
JScript ne prend pas en charge les propriétés indexées.

Paramètres

Valeur de propriété

Type : System.String
Première valeur de propriété stockée avec le nom de propriété spécifié.

Notes

Cette propriété permet d'accéder à un élément spécifique de la collection en utilisant la syntaxe suivante : myCollection["Property Name"].

Sécurité .NET Framework

Voir aussi

Référence

PropertyCollection Classe

Item, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms