XMLNamespace.AttachToDocument Method
Attaches an XML schema to a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub AttachToDocument ( _
ByRef Document As Object _
)
'Usage
Dim instance As XMLNamespace
Dim Document As Object
instance.AttachToDocument(Document)
void AttachToDocument(
ref Object Document
)
Parameters
- Document
Type: System.Object%
Required Object. The document to which to attach the specified XML schema.