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

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

適用対象