LicenseProviderAttribute 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 LicenseProviderAttribute osztály új példányát.
Túlterhelések
| Name | Description |
|---|---|
| LicenseProviderAttribute() |
Inicializálja az LicenseProviderAttribute osztály új példányát licencszolgáltató nélkül. |
| LicenseProviderAttribute(String) |
Inicializálja az osztály új példányát LicenseProviderAttribute a megadott típussal. |
| LicenseProviderAttribute(Type) |
Inicializálja az osztály új példányát LicenseProviderAttribute a megadott licencszolgáltató típusával. |
LicenseProviderAttribute()
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
Inicializálja az LicenseProviderAttribute osztály új példányát licencszolgáltató nélkül.
public:
LicenseProviderAttribute();
public LicenseProviderAttribute();
Public Sub New ()
A következőre érvényes:
LicenseProviderAttribute(String)
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
Inicializálja az osztály új példányát LicenseProviderAttribute a megadott típussal.
public:
LicenseProviderAttribute(System::String ^ typeName);
public LicenseProviderAttribute(string? typeName);
public LicenseProviderAttribute(string typeName);
new System.ComponentModel.LicenseProviderAttribute : string -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (typeName As String)
Paraméterek
- typeName
- String
A licencszolgáltatói osztály teljes neve.
A következőre érvényes:
LicenseProviderAttribute(Type)
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
- Forrás:
- LicenseProviderAttribute.cs
Inicializálja az osztály új példányát LicenseProviderAttribute a megadott licencszolgáltató típusával.
public:
LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute(Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)