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
- 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.