InstallerTypeAttribute 构造函数

定义

初始化 InstallerTypeAttribute 类的新实例。

重载

InstallerTypeAttribute(String)

用组件的安装程序的类型名称初始化 InstallerTypeAttribute 类的新实例。

InstallerTypeAttribute(Type)

当给定表示组件安装程序的 InstallerTypeAttribute 时,初始化 Type 类的新实例。

InstallerTypeAttribute(String)

Source:
InstallerTypeAttribute.cs
Source:
InstallerTypeAttribute.cs
Source:
InstallerTypeAttribute.cs

用组件的安装程序的类型名称初始化 InstallerTypeAttribute 类的新实例。

public:
 InstallerTypeAttribute(System::String ^ typeName);
public InstallerTypeAttribute (string typeName);
public InstallerTypeAttribute (string? typeName);
new System.ComponentModel.InstallerTypeAttribute : string -> System.ComponentModel.InstallerTypeAttribute
Public Sub New (typeName As String)

参数

typeName
String

表示此特性绑定到的组件安装程序的 Type 名称。 此类必须实现 IDesigner

适用于

InstallerTypeAttribute(Type)

Source:
InstallerTypeAttribute.cs
Source:
InstallerTypeAttribute.cs
Source:
InstallerTypeAttribute.cs

当给定表示组件安装程序的 InstallerTypeAttribute 时,初始化 Type 类的新实例。

public:
 InstallerTypeAttribute(Type ^ installerType);
public InstallerTypeAttribute (Type installerType);
new System.ComponentModel.InstallerTypeAttribute : Type -> System.ComponentModel.InstallerTypeAttribute
Public Sub New (installerType As Type)

参数

installerType
Type

Type,表示此特性绑定到的组件的安装程序。 此类必须实现 IDesigner

适用于