XmlSchemas.Remove(XmlSchema) 方法
定义
从 XmlSchemas 中移除特定架构的第一个匹配项。Removes the first occurrence of a specific schema from the XmlSchemas.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void Remove(System::Xml::Schema::XmlSchema ^ schema);
public void Remove (System.Xml.Schema.XmlSchema schema);
member this.Remove : System.Xml.Schema.XmlSchema -> unit
Public Sub Remove (schema As XmlSchema)