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