Gets and sets an enum that determines the attribute type. The following are the possible values:
§ AT_UNKNOWN = -1
§ AT_TEXT = 0
§ AT_INTEGER = 1
§ AT_DOUBLE = 2
JavaScript |
|
Type |
C# |
|
AttributeTypeCode Type { get; set; } |
C++ |
|
HRESULT Type([out, retval] AttributeTypeCode* pVal) HRESULT Type([in] AttributeTypeCode pVal) |