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

定義

COM に公開する既定のインターフェイスとして ComDefaultInterfaceAttribute オブジェクトを指定して、Type クラスの新しいインスタンスを初期化します。

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

パラメーター

defaultInterface
Type

COM に公開する既定のインターフェイスを示す Type 値。

注釈

コンストラクターに渡される型は defaultInterface 、COM に表示される必要があります。

適用対象