Freigeben über


GraphPathSerializationDictionary.Keys-Eigenschaft

Ruft eine System.Collections.Generic.ICollection ab, die die Schlüssel des System.Collections.Generic.IDictionary enthält.

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

Syntax

'Declaration
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>

Eigenschaftswert

Typ: ICollection<String>
Ein System.Collections.Generic.ICollection, das die Schlüssel des Objekts enthält, das System.Collections.Generic.IDictionary implementiert.

Implementiert

IDictionary.Keys

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializationDictionary Klasse

Microsoft.VisualStudio.GraphModel-Namespace