View.ShowXMLMarkup Property

Definition

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.

Applies to