Diagram.Associate(DiagramView) 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.
Affiche ce diagramme dans le DiagramView spécifié.
public:
void Associate(Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ diagramView);
public void Associate (Microsoft.VisualStudio.Modeling.Diagrams.DiagramView diagramView);
override this.Associate : Microsoft.VisualStudio.Modeling.Diagrams.DiagramView -> unit
Public Sub Associate (diagramView As DiagramView)
Paramètres
- diagramView
- DiagramView
DiagramView à associer à.
Remarques
Cette méthode associe ce diagramme à l’DiagramView spécifié.
Ce diagramme peut être associé à plusieurs DiagramViews.