XmlSchemaSet.CompilationSettings 属性
定义
获取或设置 XmlSchemaCompilationSettings 的 XmlSchemaSet。Gets or sets the XmlSchemaCompilationSettings for the XmlSchemaSet.
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 的 XmlSchemaSet。The XmlSchemaCompilationSettings for the XmlSchemaSet. 默认为 XmlSchemaCompilationSettings 属性设置为 true 的 EnableUpaCheck 实例。The default is an XmlSchemaCompilationSettings instance with the EnableUpaCheck property set to true.
注解
XmlSchemaCompilationSettings类为指定了唯一粒子归属 (UPA) 验证选项 XmlSchemaSet 。The 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.