XMLNode.InnerObject Property
Gets a XMLNode that represents the underlying native object for the XMLNode.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
ReadOnly Property InnerObject As XMLNode
XMLNode InnerObject { get; }
Property Value
Type: XMLNode
A XMLNode that represents the underlying native object for the XMLNode.
Remarks
You cannot pass a Microsoft.Office.Tools.Word.XMLNode host control to a method or property that expects the underlying object (a XMLNode). You must use the InnerObject property of the Microsoft.Office.Tools.Word.XMLNode host control to access the underlying XMLNode. You then pass this object to a method or property that expects a XMLNode. 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.