InstallerTypeAttribute Constructores

Definición

Inicializa una nueva instancia de la clase InstallerTypeAttribute.

Sobrecargas

InstallerTypeAttribute(String)

Inicializa una nueva instancia de la clase InstallerTypeAttribute con el nombre del tipo de instalador del componente.

InstallerTypeAttribute(Type)

Inicializa una nueva instancia de la clase InstallerTypeAttribute, cuando se especifica un Type que representa el instalador de un componente.

InstallerTypeAttribute(String)

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

Inicializa una nueva instancia de la clase InstallerTypeAttribute con el nombre del tipo de instalador del componente.

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)

Parámetros

typeName
String

Nombre de un Type que representa el instalador del componente con el que está enlazado este atributo. Esta clase debe implementar IDesigner.

Se aplica a

InstallerTypeAttribute(Type)

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

Inicializa una nueva instancia de la clase InstallerTypeAttribute, cuando se especifica un Type que representa el instalador de un componente.

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

Parámetros

installerType
Type

Type que representa el instalador del componente con el que está enlazado este atributo. Esta clase debe implementar IDesigner.

Se aplica a