InstallerTypeAttribute Konstruktory

Definice

Inicializuje novou instanci InstallerTypeAttribute třídy .

Přetížení

InstallerTypeAttribute(String)

Inicializuje novou instanci InstallerTypeAttribute třídy s názvem typu instalačního programu komponenty.

InstallerTypeAttribute(Type)

Inicializuje novou instanci InstallerTypeAttribute třídy, pokud je zadán parametr , Type který představuje instalační program pro komponentu.

InstallerTypeAttribute(String)

Zdroj:
InstallerTypeAttribute.cs
Zdroj:
InstallerTypeAttribute.cs
Zdroj:
InstallerTypeAttribute.cs

Inicializuje novou instanci InstallerTypeAttribute třídy s názvem typu instalačního programu komponenty.

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)

Parametry

typeName
String

Název objektu Type , který představuje instalační program pro komponentu, na kterou je tento atribut vázán. Tato třída musí implementovat IDesigner.

Platí pro

InstallerTypeAttribute(Type)

Zdroj:
InstallerTypeAttribute.cs
Zdroj:
InstallerTypeAttribute.cs
Zdroj:
InstallerTypeAttribute.cs

Inicializuje novou instanci InstallerTypeAttribute třídy, pokud je zadán parametr , Type který představuje instalační program pro komponentu.

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

Parametry

installerType
Type

A Type , který představuje instalační program pro komponentu, na kterou je tento atribut vázán. Tato třída musí implementovat IDesigner.

Platí pro