LicenseProviderAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci LicenseProviderAttribute třídy .
Přetížení
LicenseProviderAttribute() |
Inicializuje novou instanci LicenseProviderAttribute třídy bez poskytovatele licencí. |
LicenseProviderAttribute(String) |
Inicializuje novou instanci LicenseProviderAttribute třídy se zadaným typem. |
LicenseProviderAttribute(Type) |
Inicializuje novou instanci LicenseProviderAttribute třídy se zadaným typem poskytovatele licencí. |
LicenseProviderAttribute()
Inicializuje novou instanci LicenseProviderAttribute třídy bez poskytovatele licencí.
public:
LicenseProviderAttribute();
public LicenseProviderAttribute ();
Public Sub New ()
Platí pro
LicenseProviderAttribute(String)
Inicializuje novou instanci LicenseProviderAttribute třídy se zadaným typem.
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)
Parametry
- typeName
- String
Plně kvalifikovaný název třídy poskytovatele licencí.
Platí pro
LicenseProviderAttribute(Type)
Inicializuje novou instanci LicenseProviderAttribute třídy se zadaným typem poskytovatele licencí.
public:
LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute (Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)