ComAwareEventInfo(Type, String) 생성자

정의

지정된 형식과 해당 형식의 이벤트 이름을 사용하여 ComAwareEventInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 ComAwareEventInfo(Type ^ type, System::String ^ eventName);
public ComAwareEventInfo (Type type, string eventName);
new System.Runtime.InteropServices.ComAwareEventInfo : Type * string -> System.Runtime.InteropServices.ComAwareEventInfo
Public Sub New (type As Type, eventName As String)

매개 변수

type
Type

개체의 형식입니다.

eventName
String

type의 이벤트 이름입니다.

적용 대상