CommandSet.CurrentDocView 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.
Currently focused document view
protected:
property Microsoft::VisualStudio::Modeling::Shell::DiagramDocView ^ CurrentDocView { Microsoft::VisualStudio::Modeling::Shell::DiagramDocView ^ get(); };
protected Microsoft.VisualStudio.Modeling.Shell.DiagramDocView CurrentDocView { get; }
member this.CurrentDocView : Microsoft.VisualStudio.Modeling.Shell.DiagramDocView
Protected ReadOnly Property CurrentDocView As DiagramDocView