XmlSchemaValidator.GetExpectedAttributes Método

Definición

Devuelve los atributos esperados para el contexto del elemento actual.

public:
 cli::array <System::Xml::Schema::XmlSchemaAttribute ^> ^ GetExpectedAttributes();
public System.Xml.Schema.XmlSchemaAttribute[] GetExpectedAttributes ();
member this.GetExpectedAttributes : unit -> System.Xml.Schema.XmlSchemaAttribute[]
Public Function GetExpectedAttributes () As XmlSchemaAttribute()

Devoluciones

XmlSchemaAttribute[]

Matriz de los objetos XmlSchemaAttribute o matriz vacía si no hay ningún atributo esperado.

Comentarios

A continuación se muestran notas importantes que se deben tener en cuenta al usar el GetExpectedAttributes método .

Se aplica a

Consulte también