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.The following snippet is taken from the Walk the SOM sample application. In this snippet, the anyAttribute property is retrieved from the ISchemaComplexType object. To see the snippet in the application code, click here.
Set any = oComplex.anyAttribute.name
If Err.number = 0 Then
res = res + oComplex.anyAttribute.name
End If
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
| This HTML Help has been published using the chm2web software. |