다음을 통해 공유


BaseVsaSite.GetEventSourceInstance(String, String) 메서드

정의

AddEventSource(String, String) 메서드를 사용하여 이전에 스크립트 엔진에 추가한 이벤트 소스에 대한 참조를 가져옵니다.

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

매개 변수

itemName
String

지정된 항목 이름입니다.

eventSourceName
String

지정된 이벤트 소스 이름입니다.

반환

엔진에 대한 이벤트 원본입니다.

구현

적용 대상