GraphObject.CopyCategories(GraphObject) Méthode

Définition

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

Boolean

True si des catégories ont été modifiées ; sinon, false.

S’applique à