Partager via


GraphPathSerializationDictionary.Keys, propriété

Obtient un System.Collections.Generic.ICollection qui contient les clés de System.Collections.Generic.IDictionary.

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

Syntaxe

'Déclaration
Public ReadOnly Property Keys As ICollection(Of String)
public ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
abstract Keys : ICollection<string> with get 
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

Valeur de propriété

Type : ICollection<String>
System.Collections.Generic.ICollection qui contient les clés de l'objet qui implémente System.Collections.Generic.IDictionary.

Implémentations

IDictionary.Keys

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Microsoft.VisualStudio.GraphModel, espace de noms