GraphUpdatedEventArgs.GetAddedCategories(GraphObject) Method

Definition

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

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

Parameters

parent
GraphObject

The changed node

Returns

The collection of added categories, may be empty if no categories were added

Applies to