GraphUpdatedEventArgs.GetRemovedProperties(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 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