Returns an ISchema
object for this property of the ISchemaItem
object. The object returned is the XML Schema to which the schema item validates. The ISchema
interface is used to examine further information about the object. This property will return NULL for built-in data types if the schema item has an itemType
of SOMITEM_DATATYPE_XXX and a built-in complex anyType
, or if the schema item is itself an ISchema
object. The NULL value is returned to prevent circular referencing.
var oSchema = oISchemaItem.schema;
None.
Set oSchema = oISchemaItem.schema
None.
HRESULT get_schema(ISchema* schema);
schema
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.
ISchema Interface | Using Other Namespaces
Applies to: ISchemaItem Interface