LicenseProviderAttribute 构造函数  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 LicenseProviderAttribute 类的新实例。
重载
| LicenseProviderAttribute() | 在没有许可证提供程序的情况下,初始化 LicenseProviderAttribute 类的新实例。 | 
| LicenseProviderAttribute(String) | 使用指定的类型初始化 LicenseProviderAttribute 类的新实例。 | 
| LicenseProviderAttribute(Type) | 使用指定类型的许可证提供程序初始化 LicenseProviderAttribute 类的新实例。 | 
LicenseProviderAttribute()
- Source:
- LicenseProviderAttribute.cs
- Source:
- LicenseProviderAttribute.cs
- Source:
- LicenseProviderAttribute.cs
在没有许可证提供程序的情况下,初始化 LicenseProviderAttribute 类的新实例。
public:
 LicenseProviderAttribute();public LicenseProviderAttribute ();Public Sub New ()适用于
LicenseProviderAttribute(String)
- Source:
- LicenseProviderAttribute.cs
- Source:
- LicenseProviderAttribute.cs
- Source:
- LicenseProviderAttribute.cs
使用指定的类型初始化 LicenseProviderAttribute 类的新实例。
public:
 LicenseProviderAttribute(System::String ^ typeName);public LicenseProviderAttribute (string typeName);public LicenseProviderAttribute (string? typeName);new System.ComponentModel.LicenseProviderAttribute : string -> System.ComponentModel.LicenseProviderAttributePublic Sub New (typeName As String)参数
- typeName
- String
许可证提供程序类的完全限定名。
适用于
LicenseProviderAttribute(Type)
- Source:
- LicenseProviderAttribute.cs
- Source:
- LicenseProviderAttribute.cs
- Source:
- LicenseProviderAttribute.cs
使用指定类型的许可证提供程序初始化 LicenseProviderAttribute 类的新实例。
public:
 LicenseProviderAttribute(Type ^ type);public LicenseProviderAttribute (Type type);new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttributePublic Sub New (type As Type)