GraphUpdatedEventArgs::GetRemovedCategories Method (GraphObject^)

 

Gets the list of removed graph categories for a given changed node.

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

public:
IEnumerable<GraphCategory^>^ GetRemovedCategories(
	GraphObject^ parent
)

Parameters

parent
Type: Microsoft.VisualStudio.GraphModel::GraphObject^

The changed node.

Return Value

Type: System.Collections.Generic::IEnumerable<GraphCategory^>^

The collection of removed categories. (Might be empty if no categories were removed.)

Return to top
Show: