Returns a SCHEMATYPEVARIETY constant. This constant indicates the value of the type definition.
var conVariety = objISchemaType.variety;
None.
variety
value can be one of the following:
SCHEMATYPEVARIETY _ATOMIC
SCHEMATYPEVARIETY _LIST
SCHEMATYPEVARIETY _UNION
For complex types, the variety
value is always as follows:
SCHEMATYPEVARIETY _NONE
conVariety = objISchemaType.variety
None.
variety
value can be one of the following:
SCHEMATYPEVARIETY _ATOMIC
SCHEMATYPEVARIETY _LIST
SCHEMATYPEVARIETY _UNION
For complex types, the variety
value is always as follows:
SCHEMATYPEVARIETY _NONE
HRESULT get_variety(SCHEMATYPEVARIETY * variety);
variety
value can be one of the following:
SCHEMATYPEVARIETY _ATOMIC
SCHEMATYPEVARIETY _LIST
SCHEMATYPEVARIETY _UNION
For complex types, the variety
value is always as follows:
SCHEMATYPEVARIETY _NONE
variety
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: ISchemaType Interface