共用方式為


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 其中一個基底類型的專案。

適用於