XmlSchemaAnnotated.UnhandledAttributes 屬性

定義

取得或設定不屬於目前結構描述之目標命名空間的限定屬性 (Attribute)。

public:
 property cli::array <System::Xml::XmlAttribute ^> ^ UnhandledAttributes { cli::array <System::Xml::XmlAttribute ^> ^ get(); void set(cli::array <System::Xml::XmlAttribute ^> ^ value); };
public System.Xml.XmlAttribute[]? UnhandledAttributes { get; set; }
public System.Xml.XmlAttribute[] UnhandledAttributes { get; set; }
member this.UnhandledAttributes : System.Xml.XmlAttribute[] with get, set
Public Property UnhandledAttributes As XmlAttribute()

屬性值

不屬於結構描述的之目標命名空間的限定 XmlAttribute 物件陣列。

適用於