共用方式為


Visual Basic 6.0 使用者可用的 CallType 常數

更新:2007 年 11 月

下表顯示 Visual Basic 6.0 的 CallType 常數及其 Visual Basic 2008 對等用法。

注意事項:

考量到回溯相容性 (Backward Compatibility),您仍然可以在 Visual Basic 2008 程式碼中使用 Visual Basic 6.0 的 CallType 常數。如需詳細資訊,請參閱 CallType 列舉型別

Visual Basic 6.0

Visual Basic 2008 對等用法

vbMethod

CallType.Method

vbGet

CallType.Get

vbSet

CallType.Set

vbLet

CallType.Let

請參閱

參考

CallByName 函式

其他資源

Visual Basic 6.0 使用者可用的常數對等用法

Visual Basic 的常數和列舉型別