DocumentBase.XMLHideNamespaces Property

Definition

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

public bool XMLHideNamespaces { get; set; }

Property Value

Boolean

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.

Remarks

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

Applies to