GraphUpdatedEventArgs::GetAddedCategories Method (GraphObject^)
Visual Studio 2015
Gets the list of added graph categories for a given changed node.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- parent
-
Type:
Microsoft.VisualStudio.GraphModel::GraphObject^
The changed node.
Return Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^The collection of added categories. Might be empty if no categories were added.
Show: