GraphUpdatedEventArgs::IsRemoved Method (GraphNodeId^)

 

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

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

public:
bool IsRemoved(
	GraphNodeId^ id
)

Return Value

Type: System::Boolean

True if the given node ID was removed.

Return to top
Show: