XMLNamespace.AttachToDocument(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.