XMLNodes.InnerObject Property (2007 System)
Gets a XMLNodes that represents the underlying native object for the XMLNodes control.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property InnerObject As XMLNodes
'Usage
Dim instance As XMLNodes
Dim value As XMLNodes
value = instance.InnerObject
[BrowsableAttribute(false)]
public XMLNodes InnerObject { get; }
[BrowsableAttribute(false)]
public:
property XMLNodes^ InnerObject {
XMLNodes^ get ();
}
public function get InnerObject () : XMLNodes
Property Value
Type: XMLNodes
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 XMLNodes). You must use the InnerObject property of the Microsoft.Office.Tools.Word.XMLNodes control to access the underlying XMLNodes. You then pass this object to a method or property that expects a XMLNodes. 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.