GraphUpdatedEventArgs.IsAdded(GraphNodeId) 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.
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
- id
- GraphNodeId
Returns
True if the given node id was added.