InstallerTypeAttribute 建構函式

定義

初始化 InstallerTypeAttribute 類別的新執行個體。

多載

名稱 Description
InstallerTypeAttribute(String)

初始化一個以元件安裝程式類型名稱的新類別實例 InstallerTypeAttribute

InstallerTypeAttribute(Type)

初始化一個新的類別實例 InstallerTypeAttribute ,當給定代表元件安裝程式的 a Type 時。

InstallerTypeAttribute(String)

初始化一個以元件安裝程式類型名稱的新類別實例 InstallerTypeAttribute

public:
 InstallerTypeAttribute(System::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)

初始化一個新的類別實例 InstallerTypeAttribute ,當給定代表元件安裝程式的 a 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 A 代表該屬性綁定的元件安裝程式。 此類別必須實現 IDesigner

適用於