Share via


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

定義

DefaultInterfaceAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

defaultInterface
Type

属性が適用されるクラスのための既定のインターフェイスとして指定されたインターフェイス型。

適用対象