GraphUpdatedEventArgs.GetRemovedProperties(GraphObject) Method

Definition

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

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

Parameters

parent
GraphObject

The changed node

Returns

The collection of removed properties

Applies to