tagINVOKEKIND Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to invoke a function by IDispatch::Invoke.
public enum class tagINVOKEKIND
public enum class tagINVOKEKIND
enum tagINVOKEKIND
public enum tagINVOKEKIND
type tagINVOKEKIND =
Public Enum tagINVOKEKIND
- Inheritance
-
tagINVOKEKIND
Fields
Name | Value | Description |
---|---|---|
INVOKE_FUNC | 1 | The member is called using a normal function invocation syntax. |
INVOKE_PROPERTYGET | 2 | The function is invoked using a normal property-access syntax. |
INVOKE_PROPERTYPUT | 4 | The function is invoked using a property value assignment syntax. |
INVOKE_PROPERTYPUTREF | 8 | The function is invoked using a property reference assignment syntax. |