XmlSchemaSet.CompilationSettings 属性

定义

public:
 property System::Xml::Schema::XmlSchemaCompilationSettings ^ CompilationSettings { System::Xml::Schema::XmlSchemaCompilationSettings ^ get(); void set(System::Xml::Schema::XmlSchemaCompilationSettings ^ value); };
public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get; set; }
member this.CompilationSettings : System.Xml.Schema.XmlSchemaCompilationSettings with get, set
Public Property CompilationSettings As XmlSchemaCompilationSettings

属性值

XmlSchemaCompilationSettings

XmlSchemaCompilationSettingsXmlSchemaSetThe XmlSchemaCompilationSettings for the XmlSchemaSet. 默认为 XmlSchemaCompilationSettings 属性设置为 trueEnableUpaCheck 实例。The default is an XmlSchemaCompilationSettings instance with the EnableUpaCheck property set to true.

注解

XmlSchemaCompilationSettings类为指定了唯一粒子归属 (UPA) 验证选项 XmlSchemaSetThe XmlSchemaCompilationSettings class specifies Unique Particle Attribution (UPA) validation options for the XmlSchemaSet. 有关启用 UPA 验证检查的详细信息,请参阅 EnableUpaCheck 属性。For more information about enabling UPA validation checks, see the EnableUpaCheck property.

适用于