共用方式為


AddCoclassFromFile

將包含 coclass 的樣板檔轉譯並插入至專案的 .idl 檔中。

function AddCoclassFromFile( 
   oCM, 
   strCoclassFile  
);

參數

備註

呼叫此函式將包含 Coclass 的樣板檔轉譯並插入至專案的 .idl 檔中。

範例

// Render myproj.idl and insert into the project's .idl.
AddCoclassFromFile(oCM, "myproj.idl");

請參閱

工作

建立自訂精靈

概念

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

設計精靈

其他資源

C++ 精靈的 JScript 函式