DiagramAssociationEventArgs.DiagramView Property
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.
Gets or sets the diagram view associated with the diagram
public:
property Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ DiagramView { Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ value); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramView DiagramView { get; set; }
member this.DiagramView : Microsoft.VisualStudio.Modeling.Diagrams.DiagramView with get, set
Public Property DiagramView As DiagramView