Compartir a través de


IXmlSchemaInfo.SchemaElement Propiedad

Definición

Obtiene el objeto XmlSchemaElement compilado correspondiente a este nodo XML validado.

public:
 property System::Xml::Schema::XmlSchemaElement ^ SchemaElement { System::Xml::Schema::XmlSchemaElement ^ get(); };
public System.Xml.Schema.XmlSchemaElement? SchemaElement { get; }
public System.Xml.Schema.XmlSchemaElement SchemaElement { get; }
member this.SchemaElement : System.Xml.Schema.XmlSchemaElement
Public ReadOnly Property SchemaElement As XmlSchemaElement

Valor de propiedad

XmlSchemaElement

XmlSchemaElement que corresponde a este nodo XML validado.

Se aplica a