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
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 : System.String
Nom de propriété.
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 dans la collection en utilisant la syntaxe suivante : myCollection["Property Name"].
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.