Returns an ISchemaModelGroup
object. This object contains information about the content model of the complexType
being queried. The ISchemaModelGroup
interface is used to obtain further information about the object.
var oContentModel = oISchemaComplexType.contentModel;
None.
Set oContentModel = oISchemaComplexType.contentModel
None.
HERESULT get_contentModel (ISchemaModelGroup** contentModel);
contentModel
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