Read the Schema file (Xmlschema.Read ())

xiaoxiao2021-03-06  15

// Read the file, generate the Stream object system.io.filestream MyStream = New System.IO.FileStream ("c // Test.xsd", System.IO.FileMode.Openorcreate;

/ / Generate Schema object system.xml.schema.xmlschema myschema = system.xml.schema.xmlschema.read (MyStream, null)

转载请注明原文地址:https://www.9cbs.com/read-46233.html

New Post(0)