IMonitorSelectionService.CurrentDocumentView 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.
Retrieves the currently active DocView. Note that this can be different from the CurrentWindow, as the CurrentWindow property also tracks tool windows
public:
property System::Object ^ CurrentDocumentView { System::Object ^ get(); };
public object CurrentDocumentView { get; }
member this.CurrentDocumentView : obj
Public ReadOnly Property CurrentDocumentView As Object