XMLNodes.InnerObject Property

Definition

Gets a XMLNodes that represents the underlying native object for the XMLNodes control.

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

Property Value

A 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.

Applies to