共用方式為


IDefineEvent.AddEvent(String, Int32) 方法

定義

由作用中的指令碼主機用來定義事件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 System::Object ^ AddEvent(System::String ^ code, int startLine);
public object AddEvent (string code, int startLine);
abstract member AddEvent : string * int -> obj
Public Function AddEvent (code As String, startLine As Integer) As Object

參數

code
String

包含事件的程式碼。

startLine
Int32

程式碼開始的行號。

傳回

事件,如果已成功加入。

適用於