anyAttribute Property
Returns an ISchemaAny
object. This object provides information about the <anyAttribute>
element in the <complexType>
declaration.
[Script]
Implementation Syntax
var oAnyAttribute = oISchemaComplexType.anyAttribute;
Parameters
None.
Return Values
- oAnyAttribute
- An object. The
anyAttribute
object, if one is declared.
[Visual Basic]
Implementation Syntax
Set oAnyAttribute = oISchemaComplexType.anyAttribute
Parameters
None.
Return Values
- oAnyAttribute
- An object. The
anyAttribute
object, if one is declared.
[C/C++]
Implementation Syntax
HERESULT get_anyAttribute(ISchemaAny** anyAttribute);
Parameters
- anyAttribute [out,retval]
- An object. Pointer to the
anyAttribute
object.
Return Values
- S_OK
- The value returned if successful.
- E_POINTER
- The value returned if the
anyAttribute
object is NULL. - E_FAIL
- The value returned if something else is wrong.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
See Also
Applies to: ISchemaComplexType Interface