Share via


Graph.CopySchemas Method

Copies the schemas from the other graph.

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

Syntax

'Declaration
Public Function CopySchemas ( _
    other As Graph _
) As Boolean
public bool CopySchemas(
    Graph other
)
public:
bool CopySchemas(
    Graph^ other
)
member CopySchemas : 
        other:Graph -> bool
public function CopySchemas(
    other : Graph
) : boolean

Parameters

Return Value

Type: Boolean
Returns true if this graph was changed.

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace