InstallerTypeAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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)
参数
适用于
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)