XmlSchemaComplexType.AttributeWildcard 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個複雜型別及其基底型別之 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
其中一個基底類型的專案。