GraphObject.CopyCategories(GraphObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copiez toutes les nouvelles catégories à partir de l’objet donné, en conservant les catégories existantes.
public:
bool CopyCategories(Microsoft::VisualStudio::GraphModel::GraphObject ^ other);
public bool CopyCategories (Microsoft.VisualStudio.GraphModel.GraphObject other);
member this.CopyCategories : Microsoft.VisualStudio.GraphModel.GraphObject -> bool
Public Function CopyCategories (other As GraphObject) As Boolean
Paramètres
- other
- GraphObject
Objet à partir duquel copier les catégories
Retours
True si des catégories ont été modifiées ; sinon, false.