Expand Minimize
This topic has not yet been rated - Rate this topic

Document.XMLHideNamespaces Property

Gets a value that indicates whether to hide the XML namespaces in the list of elements in the XML Structure task pane.

Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in microsoft.office.tools.word.dll)

public virtual bool XMLHideNamespaces { get; set; }

Property Value

true if the XML schema namespace for elements is not shown to the right of the element name; false if the XML schema namespace is shown.

Setting this property to false might be helpful when multiple schemas that contain similar or identical element names are attached to the same document.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.