Document.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:
 property bool XMLHideNamespaces { bool get(); void set(bool value); };
public bool XMLHideNamespaces { get; set; }
member this.XMLHideNamespaces : bool with get, set
Public Property XMLHideNamespaces As Boolean

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.

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