InstallerTypeAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 InstallerTypeAttribute 類別的新執行個體。
多載
InstallerTypeAttribute(String) |
使用元件的安裝程式型別名稱,初始化 InstallerTypeAttribute 類別的新執行個體。 |
InstallerTypeAttribute(Type) |
當指定表示元件安裝程式的 InstallerTypeAttribute 時,初始化 Type 類別的新執行個體。 |
InstallerTypeAttribute(String)
使用元件的安裝程式型別名稱,初始化 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)
當指定表示元件安裝程式的 InstallerTypeAttribute 時,初始化 Type 類別的新執行個體。
public:
InstallerTypeAttribute(Type ^ installerType);
public InstallerTypeAttribute (Type installerType);
new System.ComponentModel.InstallerTypeAttribute : Type -> System.ComponentModel.InstallerTypeAttribute
Public Sub New (installerType As Type)