다음을 통해 공유


IJSVsaCodeItem.AddEventSource(String, String) 메서드

정의

코드 항목에 이벤트 소스를 추가합니다. 코드 항목은 호스트가 구현하는 IVsaSite.GetEventSourceInstance 메서드를 호출하여 명명된 이벤트 소스에 이벤트를 후크하는 데 이벤트 소스를 사용합니다.

public:
 void AddEventSource(System::String ^ eventSourceName, System::String ^ eventSourceType);
public void AddEventSource (string eventSourceName, string eventSourceType);
abstract member AddEventSource : string * string -> unit
Public Sub AddEventSource (eventSourceName As String, eventSourceType As String)

매개 변수

eventSourceName
String

이벤트 소스의 프로그래밍 이름입니다.

eventSourceType
String

이벤트 소스의 형식 이름입니다.

적용 대상