GraphUpdatedEventArgs.GetAddedCategories(GraphObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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