Compartilhar via


Propriedade GraphPathSerializationDictionary.Keys

Obtém um System.Collections.Generic.ICollection que contém as chaves de System.Collections.Generic.IDictionary.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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>
override Keys : ICollection<string>
final function get Keys () : ICollection<String>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<String>
Um System.Collections.Generic.ICollection que contém as chaves de objeto que implementa System.Collections.Generic.IDictionary.

Implementações

IDictionary<TKey, TValue>.Keys

Segurança do .NET Framework

Consulte também

Referência

GraphPathSerializationDictionary Classe

Namespace Microsoft.VisualStudio.GraphModel