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

用于应用特性的类的指定的默认接口的接口类型。

适用于