SetVarType
Purpose
The CMetaPropertyDesc SetVarType function sets the variant type of the property.
Syntax
void SetVarType (const unsigned short varTypeArg)
Argument |
In/Out |
Description |
varTypeArg |
In |
Defines the data type that will be used by the application to set and get the data field. If COM and the CMetaCOM APIs are to be used to reference this class, then this Variant Type must match the OLE Automation type of the property. |