Compartir a través de


GraphPathSerializationDictionary.Keys (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
Public ReadOnly Property Keys As ICollection(Of String)
    Get
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 propiedad

Tipo: System.Collections.Generic.ICollection<String>

Implementaciones

IDictionary<TKey, TValue>.Keys

Seguridad de .NET Framework

Vea también

Referencia

GraphPathSerializationDictionary Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)