LicenseManager.CurrentContext プロパティ

定義

ライセンス付きのオブジェクトをいつ使用できるかを指定する現在の LicenseContext を取得または設定します。

public:
 static property System::ComponentModel::LicenseContext ^ CurrentContext { System::ComponentModel::LicenseContext ^ get(); void set(System::ComponentModel::LicenseContext ^ value); };
public static System.ComponentModel.LicenseContext CurrentContext { get; set; }
static member CurrentContext : System.ComponentModel.LicenseContext with get, set
Public Shared Property CurrentContext As LicenseContext

プロパティ値

ライセンス付きのオブジェクトをいつ使用できるかを指定する LicenseContext

例外

CurrentContext プロパティは、現在ロックされており、変更できません。

注釈

ユーザーが有効 Licenseな を要求する場合、ユーザーは、 が有効な License コンテキストを メソッドに渡す LicenseProvider.GetLicense 必要があります。 LicenseContextこのプロパティによって返される は、すべてのLicenseProviderクラスに渡す必要があります。

適用対象

こちらもご覧ください