XmlSchema.UnhandledAttributes 屬性

定義

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

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[]

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

適用於