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

定義

インターフェイスを排他的に使用する TypeLibImportClassAttribute を指定して、Type クラスの新しいインスタンスを初期化します。

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

パラメーター

importClass
Type

インターフェイスを排他的に使用する Type オブジェクト。

注釈

マネージド インターフェイスに TypeLibImportClassAttribute 属性を適用して、そのインターフェイスのみを Type 使用するオブジェクトを指定します。

適用対象