Constants.vbGet 字段

定义

指定在调用 CallByName 函数时,应检索一个属性值。Specifies that a property value should be retrieved when the CallByName function is called.

public: Microsoft::VisualBasic::CallType vbGet = 2;
public const Microsoft.VisualBasic.CallType vbGet = 2;
val mutable vbGet : Microsoft.VisualBasic.CallType
Public Const vbGet As CallType  = 2

字段值

CallType

注解

调用 CallByName 函数时,可以 CallType 在代码中使用以下枚举成员来代替实际值。When you call the CallByName function, you can use the following CallType enumeration members in your code in place of the actual values. UseCallType参数采用 CallType 枚举成员。The UseCallType argument takes the CallType enumeration members.

适用于

另请参阅