GraphPropertyCollection::Properties Property

 

Gets the GraphProperties

Namespace:   Microsoft.VisualStudio.GraphModel
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

Return to top
Show: