InstallerTypeAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy InstallerTypeAttribute.

Przeciążenia

Nazwa Opis
InstallerTypeAttribute(String)

Inicjuje nowe wystąpienie InstallerTypeAttribute klasy o nazwie typu instalatora składnika.

InstallerTypeAttribute(Type)

Inicjuje nowe wystąpienie InstallerTypeAttribute klasy, jeśli dany element Type reprezentuje instalatora składnika.

InstallerTypeAttribute(String)

Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs

Inicjuje nowe wystąpienie InstallerTypeAttribute klasy o nazwie typu instalatora składnika.

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

Nazwa obiektu Type reprezentującego instalatora składnika, z którego jest powiązany ten atrybut. Ta klasa musi zaimplementować klasę IDesigner.

Dotyczy

InstallerTypeAttribute(Type)

Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs
Źródło:
InstallerTypeAttribute.cs

Inicjuje nowe wystąpienie InstallerTypeAttribute klasy, jeśli dany element Type reprezentuje instalatora składnika.

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

Element Type reprezentujący instalatora składnika, z którego jest powiązany ten atrybut. Ta klasa musi zaimplementować klasę IDesigner.

Dotyczy