XmlSchemaValidator.GetExpectedAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
Returns
An array of XmlSchemaAttribute objects or an empty array if there are no expected attributes.
Remarks
The following are important notes to consider when using the GetExpectedAttributes method.
If the GetExpectedAttributes method is called immediately after the ValidateElement method, all the attributes that could appear in the XML document are returned.
If the GetExpectedAttributes method is called after one or more calls to the ValidateAttribute method, the attributes that haven't yet been validated for the current element are returned.