XmlSchemaAnnotation.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 对象的数组,它不属于架构的目标命名空间。

适用于