XmlSchemas.Compile(ValidationEventHandler, Boolean) 方法

定义

处理 XML 架构中的元素和特性名称,还可以选择验证 XML 架构。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void Compile(System::Xml::Schema::ValidationEventHandler ^ handler, bool fullCompile);
public void Compile (System.Xml.Schema.ValidationEventHandler? handler, bool fullCompile);
public void Compile (System.Xml.Schema.ValidationEventHandler handler, bool fullCompile);
member this.Compile : System.Xml.Schema.ValidationEventHandler * bool -> unit
Public Sub Compile (handler As ValidationEventHandler, fullCompile As Boolean)

参数

handler
ValidationEventHandler

ValidationEventHandler,在严格参数设置为 true 时指定在 XML 架构验证过程中处理错误和警告的回调方法。

fullCompile
Boolean

true 则使用 Compile(ValidationEventHandler, Boolean) 类的 XmlSchemas 方法验证集合中的 XML 架构;否则为 false

注解

以下列表标识调用该方法的情况 Compile

不使用直接调用 Compile 该方法,而是使用前面提到的类或工具。

适用于