LicenseManager.CurrentContext プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ライセンス付きのオブジェクトをいつ使用できるかを指定する現在の 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クラスに渡す必要があります。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET