XmlSchemaComplexType.AttributeWildcard Eigenschap

Definitie

Hiermee haalt u de waarde na de compilatie voor anyAttribute dit complexe type en de bijbehorende basistypen op.

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

Waarde van eigenschap

De waarde na de compilatie van het anyAttribute element.

Opmerkingen

De waarde van deze eigenschap is alleen-lezen. Deze eigenschap heeft waarden nadat het schema is gecompileerd om de volledige kenmerkset van het complexe type te bepalen. Het kan bijvoorbeeld het anyAttribute element van een van de basistypen zijn.

Van toepassing op