Returns an ISchemaAny
object. This object provides information about the <anyAttribute>
element in the <attributeGroup>
declaration.
var oAnyAttribute = oISchemaAttributeGroup.anyAttribute;
None.
anyAttribute
object, if one is declared.Set oAnyAttribute = oISchemaAttributeGroup.anyAttribute
None.
anyAttribute
object, if one is declared.HRESULT get_anyAttribute(ISchemaAny* anyAttribute);
anyAttribute
object.anyAttribute
object is NULLTo view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
ISchemaAny Interface | anyAttribute Element
Applies to: ISchemaAttributeGroup Interface