Share via


IVsaEngine.Compile 方法

定義

使指令碼引擎編譯現有來源狀態。

public:
 bool Compile();
public bool Compile ();
abstract member Compile : unit -> bool
Public Function Compile () As Boolean

傳回

成功編譯時,則為 true,表示可在新編譯的組件上呼叫 Run() 方法。 若編譯失敗,則為 false

適用於