CoClassAttribute(Type) コンストラクター

定義

元のコクラスのクラス識別子を使用して、 CoClassAttribute の新しいインスタンスを初期化します。

public:
 CoClassAttribute(Type ^ coClass);
public CoClassAttribute(Type coClass);
new System.Runtime.InteropServices.CoClassAttribute : Type -> System.Runtime.InteropServices.CoClassAttribute
Public Sub New (coClass As Type)

パラメーター

coClass
Type

元のコクラスのクラス識別子を含む Type

適用対象