IMonitorSelectionService.CurrentDocument 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 DocData object corresponding to the active document. Usually, this object will implement at least the IVsPersistDocData2 interface.
public:
property System::Object ^ CurrentDocument { System::Object ^ get(); };
public object CurrentDocument { get; }
member this.CurrentDocument : obj
Public ReadOnly Property CurrentDocument As Object