IMonitorSelectionService.CurrentDocumentView Property

Gets the active document view.

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

Syntax

'Declaration
ReadOnly Property CurrentDocumentView As Object
Object CurrentDocumentView { get; }
property Object^ CurrentDocumentView {
    Object^ get ();
}
abstract CurrentDocumentView : Object with get
function get CurrentDocumentView () : Object

Property Value

Type: System.Object
The active document view.

.NET Framework Security

See Also

Reference

IMonitorSelectionService Interface

Microsoft.VisualStudio.Modeling.Shell Namespace