Diagram.Associate(DiagramView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays this diagram in the specified DiagramView.
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)
Parameters
- diagramView
- DiagramView
The DiagramView to associate with.
Remarks
This method associates this Diagram with the specified DiagramView.
This Diagram may be associated with multiple DiagramViews.