Graph::CopySchemas Method (Graph^)

 

Copies the schemas from the other graph.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
bool CopySchemas(
	Graph^ other
)

Parameters

other
Type: Microsoft.VisualStudio.GraphModel::Graph^

The other graph.

Return Value

Type: System::Boolean

Returns true if this graph was changed.

Return to top
Show: