Document

Property of IBaseView

Description

Document associated with view

Property type

Read-Only Property of type IBaseDocument

Syntax

JavaScript

var pDocument = BaseView.Document;

==== Visual Basic Script ====

pDocument = BaseView.Document

==== C++ ====

CComPtr<IBaseDocument> pDocument;
HRESULT hr = BaseView.get_Document(&pDocument);

===== See Also ===== IBaseView