IMonitorSelectionService.CurrentDocumentView 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索当前处于活动状态的 DocView。 请注意,这可能与只能对 currentwindow 不同,因为只能对 currentwindow 属性还会跟踪工具窗口
public:
property System::Object ^ CurrentDocumentView { System::Object ^ get(); };
public object CurrentDocumentView { get; }
member this.CurrentDocumentView : obj
Public ReadOnly Property CurrentDocumentView As Object