Returns an ISchemaComplexType
. The complex type is a definition of the locally declared complex type. Globally declared types will return NULL for the scope
property. This property is absent in the case of declarations within named model groups.
var oScope = oISchemaAttribute.scope;
None.
<complexType>
declaration of the attribute being queried.Set oScope = oISchemaAttribute.scope
None.
<complexType>
declaration of the attribute being queried.HRESULT get_scope(ISchemaComplexType** scope);
<complexType>
declaration of the attribute being queried.scope
parameter 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.
Note Globally declared elements will return a NULL value for this property.
Applies to: ISchemaAttribute Interface