XmlSchemaComplexType.AnyAttribute 属性

定义

获取或设置复杂类型的 XmlSchemaAnyAttribute 组件的值。Gets or sets the value for the XmlSchemaAnyAttribute component of the complex type.

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

属性值

XmlSchemaAnyAttribute

复杂类型的 XmlSchemaAnyAttribute 组件。The XmlSchemaAnyAttribute component of the complex type.

注解

如果此属性不为 null,则复杂类型可以包含中指定的命名空间中的任何属性 XmlSchemaAnyAttributeIf this property is not null, the complex type can contain any attributes from the namespaces specified in the XmlSchemaAnyAttribute.

适用于