'宣言 Public Function CreateDocument() As System.Object
'使用法 Dim instance As VisitedDocument Dim value As System.Object value = instance.CreateDocument()
public System.object CreateDocument()
戻り値の型
The created document.
Note that if the current visited document is linked with the document that is currently open in the preview pane, that document object is returned.
'宣言 Public Function CreateDocument() As System.Object
'使用法 Dim instance As VisitedDocument Dim value As System.Object value = instance.CreateDocument()
public System.object CreateDocument()