InstallerTypeAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Inicializálja a InstallerTypeAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| InstallerTypeAttribute(String) |
Inicializálja az InstallerTypeAttribute osztály új példányát az összetevő telepítőtípusának nevével. |
| InstallerTypeAttribute(Type) |
Inicializálja az InstallerTypeAttribute osztály új példányát, ha Type egy összetevő telepítőjét jelöli. |
InstallerTypeAttribute(String)
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
Inicializálja az InstallerTypeAttribute osztály új példányát az összetevő telepítőtípusának nevével.
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)
Paraméterek
- typeName
- String
Annak az Type összetevőnek a telepítőjét képviselő név, amelyhez az attribútum kötődik. Ennek az osztálynak implementálnia IDesignerkell .
A következőre érvényes:
InstallerTypeAttribute(Type)
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
- Forrás:
- InstallerTypeAttribute.cs
Inicializálja az InstallerTypeAttribute osztály új példányát, ha Type egy összetevő telepítőjét jelöli.
public:
InstallerTypeAttribute(Type ^ installerType);
public InstallerTypeAttribute(Type installerType);
new System.ComponentModel.InstallerTypeAttribute : Type -> System.ComponentModel.InstallerTypeAttribute
Public Sub New (installerType As Type)
Paraméterek
- installerType
- Type
Az Type attribútumhoz kötött összetevő telepítőjét jelöli. Ennek az osztálynak implementálnia IDesignerkell .