XMLSchemaReferences Interface 

A collection of XMLSchemaReference objects that represent the unique namespaces that are attached to a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class mLSchemaReferencesImplementation
    Implements XMLSchemaReferences
End Class
Dim mLSchemaReferencesImplementation1 As New mLSchemaReferencesImplementation()

Syntax

Public Interface XMLSchemaReferences
    Inherits IEnumerable
public interface XMLSchemaReferences : IEnumerable
public interface class XMLSchemaReferences : public IEnumerable
public interface XMLSchemaReferences implements IEnumerable
public interface XMLSchemaReferences implements IEnumerable

Remarks

Use the XMLSchemaReferences property to return a collection of schemas attached to a document.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

XMLSchemaReferences Members