|
| IDispatch | Owner [get] |
| | Returns the number of properties supported by the object.
|
| |
| LONG | Count [get] |
| |
| BSTR | Id ([in] LONG idx) [get] |
| |
| SAFEARRAY | IdSet [get] |
| |
| BSTR | Description ([in] LONG idx) [get] |
| |
| VARIANT_BOOL | Readonly ([in] LONG idx) [get] |
| |
| VARIANT | VarValue ([in] VARIANT propId) [get, set] |
| |
| VARIANT | VarValueById ([in] BSTR propId) [get, set] |
| |
| VARIANT | VarValueByIdx ([in] LONG propId) [get, set] |
| |
| LONG | IntValue ([in] VARIANT propId) [get, set] |
| |
| LONG | IntValueById ([in] BSTR propId) [get, set] |
| |
| LONG | IntValueByIdx ([in] LONG propId) [get, set] |
| |
| double | DblValue ([in] VARIANT propId) [get, set] |
| |
| double | DblValueById ([in] BSTR propId) [get, set] |
| |
| double | DblValueByIdx ([in] LONG propId) [get, set] |
| |
| BSTR | StrValue ([in] VARIANT propId) [get, set] |
| |
| BSTR | StrValueById ([in] BSTR propId) [get, set] |
| |
| BSTR | StrValueByIdx ([in] LONG propId) [get, set] |
| |
| FILETIME | DateValue ([in] VARIANT propId) [get, set] |
| |
| FILETIME | DateValueById ([in] BSTR propId) [get, set] |
| |
| FILETIME | DateValueByIdx ([in] LONG propId) [get, set] |
| |
| IDispatch | ObjValue ([in] VARIANT propId) [get, set] |
| |
| IDispatch | ObjValueById ([in] BSTR propId) [get, set] |
| |
| IDispatch | ObjValueByIdx ([in] LONG propId) [get, set] |
| |
Represents a collection of object properties which are 'dynamic', depending on the state and type of the underlying object The collection provides a means of enumerating the set of available properties and accessors to set/change a property value