LicenseProviderAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LicenseProviderAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
LicenseProviderAttribute() |
ライセンス プロバイダーを指定せずに、LicenseProviderAttribute クラスの新しいインスタンスを初期化します。 |
LicenseProviderAttribute(String) |
型を指定して、LicenseProviderAttribute クラスの新しいインスタンスを初期化します。 |
LicenseProviderAttribute(Type) |
ライセンス プロバイダーの種類を指定して、LicenseProviderAttribute クラスの新しいインスタンスを初期化します。 |
LicenseProviderAttribute()
ライセンス プロバイダーを指定せずに、LicenseProviderAttribute クラスの新しいインスタンスを初期化します。
public:
LicenseProviderAttribute();
public LicenseProviderAttribute ();
Public Sub New ()
適用対象
LicenseProviderAttribute(String)
型を指定して、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 クラスの新しいインスタンスを初期化します。
public:
LicenseProviderAttribute(Type ^ type);
public LicenseProviderAttribute (Type type);
new System.ComponentModel.LicenseProviderAttribute : Type -> System.ComponentModel.LicenseProviderAttribute
Public Sub New (type As Type)
パラメーター
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET