GraphUndoUnit.ApplyToGraph(Graph) 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.
Applies the undo unit to a different graph.
public:
void ApplyToGraph(Microsoft::VisualStudio::GraphModel::Graph ^ graph);
public void ApplyToGraph (Microsoft.VisualStudio.GraphModel.Graph graph);
member this.ApplyToGraph : Microsoft.VisualStudio.GraphModel.Graph -> unit
Public Sub ApplyToGraph (graph As Graph)
Parameters
- graph
- Graph