Share via


XMLNodes.InnerObject Property

Gets a Microsoft.Office.Interop.Word.XMLNodes that represents the underlying native object for the XMLNodes control.

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

Syntax

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

Property Value

Type: Microsoft.Office.Interop.Word.XMLNodes
A Microsoft.Office.Interop.Word.XMLNodes that represents the underlying native object for the XMLNodes control.

Remarks

You cannot pass a Microsoft.Office.Tools.Word.XMLNodes control to a method or property that expects the underlying object (a Microsoft.Office.Interop.Word.XMLNodes). You must use the InnerObject property of the Microsoft.Office.Tools.Word.XMLNodes control to access the underlying Microsoft.Office.Interop.Word.XMLNodes. You then pass this object to a method or property that expects a Microsoft.Office.Interop.Word.XMLNodes. For more information, see Programmatic Limitations of Host Items and Host Controls.

.NET Framework Security

See Also

Reference

XMLNodes Interface

Microsoft.Office.Tools.Word Namespace