ComDefaultInterfaceAttribute(Type) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したComDefaultInterfaceAttribute オブジェクトを COM に公開される既定のインターフェイスとして使用して、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 型は COM に表示される必要があります。