XmlSchemaCollection.AddSchemaDocument(String) 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.
Allows the addition of new schema documents to the xml schema collection.
public void AddSchemaDocument (string xmlSchemaDocument);
member this.AddSchemaDocument : string -> unit
Public Sub AddSchemaDocument (xmlSchemaDocument As String)
Parameters
- xmlSchemaDocument
- String