다음을 통해 공유


VsaCodeItem.AddEventSource(String, String) 메서드

정의

코드 항목에 이벤트 소스를 추가합니다.

public:
 virtual void AddEventSource(System::String ^ EventSourceName, System::String ^ EventSourceType);
public void AddEventSource (string EventSourceName, string EventSourceType);
abstract member AddEventSource : string * string -> unit
override this.AddEventSource : string * string -> unit
Public Sub AddEventSource (EventSourceName As String, EventSourceType As String)

매개 변수

EventSourceName
String

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

EventSourceType
String

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

구현

적용 대상