Share via


XmlSchemaComplexType.AttributeWildcard 属性

定义

获取该复杂类型及其基类型的 anyAttribute 的编译后值。

public:
 property System::Xml::Schema::XmlSchemaAnyAttribute ^ AttributeWildcard { System::Xml::Schema::XmlSchemaAnyAttribute ^ get(); };
public System.Xml.Schema.XmlSchemaAnyAttribute? AttributeWildcard { get; }
public System.Xml.Schema.XmlSchemaAnyAttribute AttributeWildcard { get; }
member this.AttributeWildcard : System.Xml.Schema.XmlSchemaAnyAttribute
Public ReadOnly Property AttributeWildcard As XmlSchemaAnyAttribute

属性值

anyAttribute 属性的编译后值。

注解

此属性的值为只读。 成功编译架构以确定复杂类型的完整属性集后,此属性具有值。 例如,它可能是 anyAttribute 其中一个基类型中的 元素。

适用于