GraphCategoryCollection.Copy Method
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Copy ( _
other As GraphCategoryCollection, _
sourceMetadataGraph As Graph, _
destinationMetadataGraph As Graph _
) As Boolean
public bool Copy(
GraphCategoryCollection other,
Graph sourceMetadataGraph,
Graph destinationMetadataGraph
)
public:
bool Copy(
GraphCategoryCollection^ other,
Graph^ sourceMetadataGraph,
Graph^ destinationMetadataGraph
)
member Copy :
other:GraphCategoryCollection *
sourceMetadataGraph:Graph *
destinationMetadataGraph:Graph -> bool
public function Copy(
other : GraphCategoryCollection,
sourceMetadataGraph : Graph,
destinationMetadataGraph : Graph
) : boolean
Parameters
- sourceMetadataGraph
Type: Microsoft.VisualStudio.GraphModel.Graph
- destinationMetadataGraph
Type: Microsoft.VisualStudio.GraphModel.Graph
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.