XmlSchemaValidator.GetExpectedAttributes Método

Definição

Retorna os atributos esperados para o contexto do elemento atual.Returns the expected attributes for the current element context.

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.An array of XmlSchemaAttribute objects or an empty array if there are no expected attributes.

Comentários

Veja a seguir as observações importantes a serem consideradas ao usar o GetExpectedAttributes método.The following are important notes to consider when using the GetExpectedAttributes method.

Aplica-se a

Confira também