Document.InnerObject Property
Gets a Microsoft.Office.Interop.Word.Document that represents the underlying native object for the Microsoft.Office.Tools.Word.Document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property InnerObject As Document
Document InnerObject { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Document
A Microsoft.Office.Interop.Word.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 Microsoft.Office.Interop.Word.Document object. You can use the InnerObject property to access the underlying Microsoft.Office.Interop.Word.Document, and then you can pass this object to a method or property that expects a Microsoft.Office.Interop.Word.Document. For more information, see Programmatic Limitations of Host Items and Host Controls.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.