Share via


DocumentBase.InnerObject Property

Gets a Document that represents the underlying native object for the document host item that this DocumentBase represents.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property InnerObject As Document
public Document InnerObject { get; }

Property Value

Type: Document
A Document that represents the underlying native object for the DocumentBase.

Remarks

You cannot pass a DocumentBase object to a method or property in the Word object model that expects a Document object. You can use the InnerObject property to access the underlying Document, and then you can pass this object to a method or property that expects a Document. For more information, see Programmatic Limitations of Host Items and Host Controls.

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace