InstallerTypeAttribute Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy InstallerTypeAttribute.
Przeciążenia
InstallerTypeAttribute(String) |
Inicjuje nowe wystąpienie InstallerTypeAttribute klasy o nazwie typu instalatora składnika. |
InstallerTypeAttribute(Type) |
Inicjuje InstallerTypeAttribute nowe wystąpienie klasy, gdy dany element Type reprezentuje instalatora składnika. |
InstallerTypeAttribute(String)
- Ź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 Type elementu reprezentującego instalatora składnika, do którego jest powiązany ten atrybut. Ta klasa musi zaimplementować metodę IDesigner.
Dotyczy
InstallerTypeAttribute(Type)
- Źródło:
- InstallerTypeAttribute.cs
- Źródło:
- InstallerTypeAttribute.cs
- Źródło:
- InstallerTypeAttribute.cs
Inicjuje InstallerTypeAttribute nowe wystąpienie klasy, gdy 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, do którego jest powiązany ten atrybut. Ta klasa musi zaimplementować metodę IDesigner.