XMLNamespaces Interface

A collection of XMLNamespace objects that represents the entire collection of schemas in the Schema Library.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("656BBED7-E82D-4B0A-8F97-EC742BA11FFA")> _
Public Interface XMLNamespaces _
    Inherits IEnumerable
'Usage
Dim instance As XMLNamespaces
[GuidAttribute("656BBED7-E82D-4B0A-8F97-EC742BA11FFA")]
public interface XMLNamespaces : IEnumerable

Remarks

In Microsoft Word, you can access the Schema Library from the XML Schema tab in the Templates and Add-ins dialog box. The Schema Library represents schemas installed on a user's machine that a user has applied to a Word document or that a user has explicitly added to the Schema Library by using the Schema Library dialog box.

Use the Item property of the XMLNamespaces collection to return an individual XMLNameSpace object. The index value of the Item property can be either an Integer, which indicates the position of the schema in the Schema Library, or a String, which represents the name of the schema as returned by using the URI property (the TargetNamespace setting defined in the schema).

See Also

Reference

XMLNamespaces Members

Microsoft.Office.Interop.Word Namespace