次の方法で共有


IVsaSite.GetEventSourceInstance(String, String) メソッド

定義

AddEventSource メソッドを使用してスクリプト エンジンに追加されたイベント ソースへの参照を取得します。

public:
 System::Object ^ GetEventSourceInstance(System::String ^ itemName, System::String ^ eventSourceName);
public object GetEventSourceInstance (string itemName, string eventSourceName);
abstract member GetEventSourceInstance : string * string -> obj
Public Function GetEventSourceInstance (itemName As String, eventSourceName As String) As Object

パラメーター

itemName
String

指定された項目名。

eventSourceName
String

指定されたイベント ソース名。

戻り値

エンジンへのイベント ソース。

適用対象