GraphUpdatedEventArgs Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAddedCategories(GraphObject^)

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

System_CAPS_pubmethodGetAddedProperties(GraphObject^)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetRemovedCategories(GraphObject^)

Gets the list of removed graph categories for a given changed node.

System_CAPS_pubmethodGetRemovedProperties(GraphObject^)

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsAdded(GraphNodeId^)

Determines whether the given node ID was added during this transaction.

System_CAPS_pubmethodIsRemoved(GraphNodeId^)

Determines whether the given node ID was removed during this transaction.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: