共用方式為


GetMemberfunction

呼叫此函式可根據指定名稱來取得函式物件。

function GetMemberfunction( 
   oClass, 
   strFuncName, 
   oProj  
);

參數

  • oClass
    選取的類別物件。

  • strFuncName
    要擷取的函式名稱。

  • oProj
    選取的專案。

傳回值

由 strFuncName 所表示的函式。

備註

呼叫此函式可根據指定名稱來取得函式物件。 如需詳細資訊,請參閱<Visual C++ 程式碼模型>中的 Functions

範例

// Gets the function ExitInstance from the class CWinApp in the 
// current project.
var oExitInstance = GetMemberFunction(oCWinApp, "ExitInstance", oProj);

請參閱

工作

建立自訂精靈

概念

使用 Common JScript 函式自訂 C++ 精靈

設計精靈

其他資源

C++ 精靈的 JScript 函式