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时,用户必须向 方法提供有效 LicenseProvider.GetLicense 的上下文LicenseLicenseContext此属性返回的 应传递给所有LicenseProvider类。

适用于

另请参阅