GraphObject::PropertyKeys Property
Visual Studio 2015
Property that returns an enumeration of all annotation keys. The order of the enumeration is random.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IEnumerable<GraphProperty^>^ PropertyKeys { IEnumerable<GraphProperty^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<GraphProperty^>^
Show: