Diagram.ActiveDiagramView 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 the active DiagramView for this Diagram.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ ActiveDiagramView { Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramView ActiveDiagramView { get; }
member this.ActiveDiagramView : Microsoft.VisualStudio.Modeling.Diagrams.DiagramView
Public ReadOnly Property ActiveDiagramView As DiagramView