GraphUpdatedEventArgs::GetAddedProperties Method (GraphObject^)

 

Gets the list of added graph properties for a given changed node.

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

public:
IEnumerable<GraphProperty^>^ GetAddedProperties(
	GraphObject^ parent
)

Parameters

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

The node that had added properties.

Return Value

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

The collection of added graph properties.

Return to top
Show: