XMLNode.InnerObject Property

Definition

Gets a XMLNode that represents the underlying native object for the XMLNode.

public:
 property Microsoft::Office::Interop::Word::XMLNode ^ InnerObject { Microsoft::Office::Interop::Word::XMLNode ^ get(); };
public Microsoft.Office.Interop.Word.XMLNode InnerObject { get; }
member this.InnerObject : Microsoft.Office.Interop.Word.XMLNode
Public ReadOnly Property InnerObject As XMLNode

Property Value

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 Microsoft.Office.Interop.Word.XMLNode). You must use the InnerObject property of the Microsoft.Office.Tools.Word.XMLNode host control to access the underlying Microsoft.Office.Interop.Word.XMLNode. You then pass this object to a method or property that expects a Microsoft.Office.Interop.Word.XMLNode. For more information, see Programmatic Limitations of Host Items and Host Controls.

Applies to