Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies the GraphCategories from one collection to another. This includes the metadata in the source graph to the destination graph.
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
other
Type: Microsoft.VisualStudio.GraphModel.GraphCategoryCollectionThe collection to copy from.
sourceMetadataGraph
Type: Microsoft.VisualStudio.GraphModel.GraphThe graph from which to retrieve the additional metadata for this GraphCategory.
destinationMetadataGraph
Type: Microsoft.VisualStudio.GraphModel.GraphThe graph to which to store the additional metadata for this GraphCategory, once copied.
Return Value
Type: 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.