InstallerTypeAttribute Construtores

Definição

Inicializa uma nova instância da classe InstallerTypeAttribute.

Sobrecargas

InstallerTypeAttribute(String)

Inicializa uma nova instância da classe InstallerTypeAttribute com o nome do tipo de instalador do componente.

InstallerTypeAttribute(Type)

Inicializa uma nova instância da classe InstallerTypeAttribute quando é fornecido um Type que representa o instalador para um componente.

InstallerTypeAttribute(String)

Origem:
InstallerTypeAttribute.cs
Origem:
InstallerTypeAttribute.cs
Origem:
InstallerTypeAttribute.cs

Inicializa uma nova instância da classe InstallerTypeAttribute com o nome do tipo de instalador do 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

O nome de um Type que representa o instalador para o componente ao qual esse atributo está associado. Essa classe deve implementar IDesigner.

Aplica-se a

InstallerTypeAttribute(Type)

Origem:
InstallerTypeAttribute.cs
Origem:
InstallerTypeAttribute.cs
Origem:
InstallerTypeAttribute.cs

Inicializa uma nova instância da classe InstallerTypeAttribute quando é fornecido um Type que representa o instalador para um 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

Um Type que representa o instalador para o componente ao qual esse atributo está associado. Essa classe deve implementar IDesigner.

Aplica-se a