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