GraphPropertyCollection::Properties Property
Visual Studio 2015
Gets the GraphProperties
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property Dictionary<String^, GraphProperty^>^ Properties { Dictionary<String^, GraphProperty^>^ get(); }
Property Value
Type: System.Collections.Generic::Dictionary<String^, GraphProperty^>^The GraphProperties
Show: