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

定義

元のコクラスのクラス ID を使用して、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

元のコクラスのクラス ID を格納している Type

適用対象