LicenseProviderAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Инициализирует новый экземпляр класса LicenseProviderAttribute.
Перегрузки
LicenseProviderAttribute() |
Инициализирует новый экземпляр класса LicenseProviderAttribute без поставщика лицензий. |
LicenseProviderAttribute(String) |
Инициализирует новый экземпляр класса LicenseProviderAttribute с указанным типом. |
LicenseProviderAttribute(Type) |
Инициализирует новый экземпляр класса LicenseProviderAttribute, используя указанный тип поставщика лицензий. |
LicenseProviderAttribute()
- Исходный код:
- LicenseProviderAttribute.cs
- Исходный код:
- LicenseProviderAttribute.cs
- Исходный код:
- LicenseProviderAttribute.cs
Инициализирует новый экземпляр класса LicenseProviderAttribute без поставщика лицензий.
public:
LicenseProviderAttribute();
public LicenseProviderAttribute ();
Public Sub New ()
Применяется к
LicenseProviderAttribute(String)
- Исходный код:
- LicenseProviderAttribute.cs
- Исходный код:
- LicenseProviderAttribute.cs
- Исходный код:
- LicenseProviderAttribute.cs
Инициализирует новый экземпляр класса LicenseProviderAttribute с указанным типом.
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)
Параметры
- typeName
- String
Полное имя класса поставщика лицензий.
Применяется к
LicenseProviderAttribute(Type)
- Исходный код:
- LicenseProviderAttribute.cs
- Исходный код:
- LicenseProviderAttribute.cs
- Исходный код:
- LicenseProviderAttribute.cs
Инициализирует новый экземпляр класса LicenseProviderAttribute, используя указанный тип поставщика лицензий.
public:
LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute (Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)