GraphUpdatedEventArgs::AddedProperties Property

 

The added properties for each changed GraphObject in this graph.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property IDictionary<GraphObject^, ISet<GraphProperty^>^>^ AddedProperties {
	IDictionary<GraphObject^, ISet<GraphProperty^>^>^ get();
}
Return to top
Show: