CommandSet::CurrentDocView Property

 

Gets the view for the active document window.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

protected:
property DiagramDocView^ CurrentDocView {
	DiagramDocView^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell::DiagramDocView^

The view for the active document window.

Return to top
Show: