Share via


IMonitorSelectionService.CurrentDocumentView Property

Gets the active document view.

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

Syntax

'Declaration
ReadOnly Property CurrentDocumentView As Object
'Usage
Dim instance As IMonitorSelectionService 
Dim value As Object 

value = instance.CurrentDocumentView
Object CurrentDocumentView { get; }
property Object^ CurrentDocumentView {
    Object^ get ();
}
function get CurrentDocumentView () : Object

Property Value

Type: System.Object
The active document view.

.NET Framework Security

See Also

Reference

IMonitorSelectionService Interface

IMonitorSelectionService Members

Microsoft.VisualStudio.Modeling.Shell Namespace