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のイベントの名前。

適用対象