View.ShowXMLMarkup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns An Integer that represents whether XML tags are viewed in a document.
public:
property int ShowXMLMarkup { int get(); void set(int value); };
public int ShowXMLMarkup { get; set; }
member this.ShowXMLMarkup : int with get, set
Public Property ShowXMLMarkup As Integer
Property Value
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.