CallType Enumeration
Indicates the type of procedure being invoked when calling the CallByName function.
Remarks
When you call the CallByName function, you can use the following CallType enumeration members in your code in place of the actual values. The UseCallType argument takes the CallType enumeration members.
Members
Member |
Constant |
Description |
---|---|---|
Method |
vbMethod |
A method is being invoked. |
Get |
vbGet |
A property value is being retrieved. |
Set |
vbSet |
A property value is being determined. |
Let |
vbLet |
An Object property value is being determined. |
Smart Device Developer Notes
This enumeration is not supported.
Requirements
Namespace: Microsoft.VisualBasic
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)
See Also
Tasks
How to: Refer to an Enumeration Member
Concepts
Intrinsic Constants and Enumerations