GraphUpdatedEventArgs.GetAddedProperties(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 properties for a given changed node.
public:
System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^> ^ GetAddedProperties(Microsoft::VisualStudio::GraphModel::GraphObject ^ parent);
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphProperty> GetAddedProperties (Microsoft.VisualStudio.GraphModel.GraphObject parent);
member this.GetAddedProperties : Microsoft.VisualStudio.GraphModel.GraphObject -> seq<Microsoft.VisualStudio.GraphModel.GraphProperty>
Public Function GetAddedProperties (parent As GraphObject) As IEnumerable(Of GraphProperty)
Parameters
- parent
- GraphObject
The Node that had added properties
Returns
The collection of added graph properties