GraphPathSerializationDictionary::Keys Property
Visual Studio 2015
Gets an System.Collections.Generic.ICollection that contains the keys of the System.Collections.Generic.IDictionary.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property ICollection<String^>^ Keys { virtual ICollection<String^>^ get() sealed; }
Property Value
Type: System.Collections.Generic::ICollection<String^>^An System.Collections.Generic.ICollection that contains the keys of the object that implements System.Collections.Generic.IDictionary.
Implements
IDictionary<TKey, TValue>::Keys
Show: