LicenseProviderAttribute 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 LicenseProviderAttribute.
Przeciążenia
LicenseProviderAttribute() |
Inicjuje LicenseProviderAttribute nowe wystąpienie klasy bez dostawcy licencji. |
LicenseProviderAttribute(String) |
Inicjuje LicenseProviderAttribute nowe wystąpienie klasy o określonym typie. |
LicenseProviderAttribute(Type) |
Inicjuje LicenseProviderAttribute nowe wystąpienie klasy z określonym typem dostawcy licencji. |
LicenseProviderAttribute()
- Źródło:
- LicenseProviderAttribute.cs
- Źródło:
- LicenseProviderAttribute.cs
- Źródło:
- LicenseProviderAttribute.cs
Inicjuje LicenseProviderAttribute nowe wystąpienie klasy bez dostawcy licencji.
public:
LicenseProviderAttribute();
public LicenseProviderAttribute ();
Public Sub New ()
Dotyczy
LicenseProviderAttribute(String)
- Źródło:
- LicenseProviderAttribute.cs
- Źródło:
- LicenseProviderAttribute.cs
- Źródło:
- LicenseProviderAttribute.cs
Inicjuje LicenseProviderAttribute nowe wystąpienie klasy o określonym typie.
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
W pełni kwalifikowana nazwa klasy dostawcy licencji.
Dotyczy
LicenseProviderAttribute(Type)
- Źródło:
- LicenseProviderAttribute.cs
- Źródło:
- LicenseProviderAttribute.cs
- Źródło:
- LicenseProviderAttribute.cs
Inicjuje LicenseProviderAttribute nowe wystąpienie klasy z określonym typem dostawcy licencji.
public:
LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute (Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)