Graph.CopySchemas(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.
Copy the schemas from the other graph
public:
bool CopySchemas(Microsoft::VisualStudio::GraphModel::Graph ^ other);
public bool CopySchemas (Microsoft.VisualStudio.GraphModel.Graph other);
member this.CopySchemas : Microsoft.VisualStudio.GraphModel.Graph -> bool
Public Function CopySchemas (other As Graph) As Boolean
Parameters
- other
- Graph
The other graph
Returns
Returns true if this graph was changed.