anyAttribute Property
Returns an ISchemaAny object. This object provides information about the <anyAttribute> element in the <attributeGroup> declaration.
[Script]
Implementation Syntax
var oAnyAttribute = oISchemaAttributeGroup.anyAttribute;
Parameters
None.
Return Values
- oAnyAttribute
- An object. The
anyAttributeobject, if one is declared.
[Visual Basic]
Implementation Syntax
Set oAnyAttribute = oISchemaAttributeGroup.anyAttribute
Parameters
None.
Return Values
- oAnyAttribute
- An object. The
anyAttributeobject, if one is declared.
[C/C++]
Implementation Syntax
HRESULT get_anyAttribute(ISchemaAny* anyAttribute);
Parameters
- anyAttribute [out,retval]
- An object. Pointer to the
anyAttributeobject.
Return Values
- S_OK
- The value returned if successful.
- E_POINTER
- The value returned if the
anyAttributeobject 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
ISchemaAny Interface | anyAttribute Element
Applies to: ISchemaAttributeGroup Interface
