GraphUpdatedEventArgs.GetRemovedCategories(GraphObject) Method

Definition

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

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphCategory ^> ^ GetRemovedCategories(Microsoft::VisualStudio::GraphModel::GraphObject ^ parent);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphCategory> GetRemovedCategories (Microsoft.VisualStudio.GraphModel.GraphObject parent);
member this.GetRemovedCategories : Microsoft.VisualStudio.GraphModel.GraphObject -> seq<Microsoft.VisualStudio.GraphModel.GraphCategory>
Public Function GetRemovedCategories (parent As GraphObject) As IEnumerable(Of GraphCategory)

Parameters

parent
GraphObject

The changed node

Returns

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

Applies to