GraphUpdatedEventArgs::IsAdded Method (GraphNodeId^)

 

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

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

public:
bool IsAdded(
	GraphNodeId^ id
)

Return Value

Type: System::Boolean

True if the given node ID was added.

Return to top
Show: