Share via


GraphUpdatedEventArgs.IsAdded(GraphNodeId) Method

Definition

Determines if the given node id was added during this transaction.

public:
 bool IsAdded(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ id);
public bool IsAdded (Microsoft.VisualStudio.GraphModel.GraphNodeId id);
member this.IsAdded : Microsoft.VisualStudio.GraphModel.GraphNodeId -> bool
Public Function IsAdded (id As GraphNodeId) As Boolean

Parameters

Returns

True if the given node id was added.

Applies to