XmlSchema.UnhandledAttributes Propiedad

Definición

Obtiene o establece los atributos cualificados que no pertenecen al espacio de nombres de destino del esquema.

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()

Valor de propiedad

XmlAttribute[]

Una matriz de objetos XmlAttribute calificados que no pertenecen al espacio de nombres de destino del esquema.

Se aplica a