XMLNamespace.AttachToDocument(Object) Method

Definition

Attaches an XML schema to a document.

public:
 void AttachToDocument(System::Object ^ % Document);
public void AttachToDocument (ref object Document);
abstract member AttachToDocument : obj -> unit
Public Sub AttachToDocument (ByRef Document As Object)

Parameters

Document
Object

Required Object. The document to which to attach the specified XML schema.

Applies to