GraphCategoryCollection.Copy, méthode
Copie le GraphCategories d'une collection vers un autre. Cela inclut les métadonnées du graphique source dans le graphique de destination.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
other
Type : Microsoft.VisualStudio.GraphModel.GraphCategoryCollectionCollection à copier options.
sourceMetadataGraph
Type : Microsoft.VisualStudio.GraphModel.GraphLe graphique à partir duquel récupérer les métadonnées supplémentaires pour ce GraphCategory.
destinationMetadataGraph
Type : Microsoft.VisualStudio.GraphModel.GraphLe graphique dans lequel stocker les métadonnées supplémentaires pour ce GraphCategory, une fois copié.
Valeur de retour
Type : Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.