XMLNode.WordOpenXML Property
Returns a String that represents the XML for the node in the Microsoft Office Word Open XML format. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property WordOpenXML As String
Get
'Usage
Dim instance As XMLNode
Dim value As String
value = instance.WordOpenXML
string WordOpenXML { get; }
Property Value
Type: System.String
String
Remarks
This property returns only the XML in the document that is needed to represent the specified XML node.