Graph.CopySchemas(Graph) Method
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
C++
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
- other
- Graph
The other graph
Returns true if this graph was changed.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |