Returns a Boolean true or false. If the value is true, the type can appear as the type definition in an element declaration, and can be referenced as an XSI:type
attribute in a document. If the value is false, the type cannot appear as the type definition or be referenced as an XSI:type
attribute.
var bolIsAbstract = oISchemaComplexType.isAbstract;
None.
complexType
object is abstract.bolIsAbstract = oISchemaComplexType.isAbstract
None.
complexType
object is abstract.HERESULT get_isAbstract(VARIANT_BOOL* isAbstract);
isAbstract
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: ISchemaComplexType Interface