XmlSchemaComplexContentExtension.AnyAttribute 属性
定义
获取或设置复杂内容模型的 XmlSchemaAnyAttribute 组件。Gets or sets the XmlSchemaAnyAttribute component of the complex content model.
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 组件。The XmlSchemaAnyAttribute component of the complex content model.