GraphUpdatedEventArgs::RemovedProperties Property
Visual Studio 2015
The removed properties for each changed GraphObject in this graph.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: property IDictionary<GraphObject^, ISet<GraphProperty^>^>^ RemovedProperties { IDictionary<GraphObject^, ISet<GraphProperty^>^>^ get(); }
Property Value
Type: System.Collections.Generic::IDictionary<GraphObject^, ISet<GraphProperty^>^>^
Show: