XmlSchemaValidator.GetExpectedAttributes Método

Definição

Retorna os atributos esperados para o contexto do elemento atual.

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

Retornos

XmlSchemaAttribute[]

Uma matriz de objetos XmlSchemaAttribute ou uma matriz vazia se não houver atributos esperados.

Comentários

Veja a seguir notas importantes a serem consideradas ao usar o GetExpectedAttributes método.

Aplica-se a

Confira também