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