Constants.vbLet フィールド

定義

CallByName関数が呼び出されたときに、プロパティ値をオブジェクト インスタンスに設定する必要があることを示します。

public: Microsoft::VisualBasic::CallType vbLet = 4;
public const Microsoft.VisualBasic.CallType vbLet = 4;
val mutable vbLet : Microsoft.VisualBasic.CallType
Public Const vbLet As CallType  = 4

フィールド値

Value = 4

注釈

CallByName関数を呼び出すときは、実際の値の代わりに次のCallType列挙メンバーをコードで使用できます。 UseCallType引数は、CallType列挙メンバーを受け取ります。

適用対象

こちらもご覧ください