Document.InnerObject Property

Gets a Document that represents the underlying native object for the Microsoft.Office.Tools.Word.Document.

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

Syntax

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

Property Value

Type: Document
A Document that represents the underlying native object for the Microsoft.Office.Tools.Word.Document.

Remarks

You cannot pass a Microsoft.Office.Tools.Word.Document 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

Document Interface

Microsoft.Office.Tools.Word Namespace