Partager via


GraphPathSerializationDictionary.Item, propriété

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
    Get
    Set
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

Valeur de propriété

Type : System.String

Implémentations

IDictionary<TKey, TValue>.Item[TKey]

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Microsoft.VisualStudio.GraphModel, espace de noms