CallType Enumeration
.NET Framework 3.0
Indicates the type of procedure being invoked when calling the CallByName function.
Namespace: Microsoft.VisualBasic
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
| Member name | Description | |
|---|---|---|
![]() | Get | A property value is being retrieved. This member is equivalent to the Visual Basic constant vbGet. |
![]() | Let | An Object property value is being determined. This member is equivalent to the Visual Basic constant vbLet. |
![]() | Method | A method is being invoked. This member is equivalent to the Visual Basic constant vbMethod. |
![]() | Set | A property value is being determined. This member is equivalent to the Visual Basic constant vbSet. |
For more detailed information, see the Visual Basic topic CallType Enumeration.
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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
