Partager via


GraphPathSerializationDictionary.Item, propriété

Obtient ou définit l'élément qui contient la clé spécifiée.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    key As String _
) As String
public string this[
    string key
] { get; set; }
public:
virtual property String^ default[String^ key] {
    String^ get (String^ key) sealed;
    void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • key
    Type : System.String
    Clé de l'élément à obtenir ou définir.

Valeur de propriété

Type : System.String
Élément qui contient la clé spécifiée.

Implémentations

IDictionary<TKey, TValue>.Item

Exceptions

Exception Condition
ArgumentNullException

key a la valeur null.

KeyNotFoundException

La propriété est récupérée et la clé est introuvable.

NotSupportedException

La propriété est définie et System.Collections.Generic.IDictionary est en lecture seule

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Microsoft.VisualStudio.GraphModel, espace de noms