View.ShowXMLMarkup Property
Returns An Integer that represents whether XML tags are viewed in a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowXMLMarkup As Integer
Get
Set
'Usage
Dim instance As View
Dim value As Integer
value = instance.ShowXMLMarkup
instance.ShowXMLMarkup = value
int ShowXMLMarkup { get; set; }
Property Value
Type: System.Int32
Remarks
True indicates that tags are visible. False indicates that tags are hidden. wdToggle allows you to switch between showing and hiding the XML markup.