LicenseContext.SetSavedLicenseKey(Type, String) 方法

定义

当在派生类中被重写时,为指定的类型设置许可证密钥。

public:
 virtual void SetSavedLicenseKey(Type ^ type, System::String ^ key);
public virtual void SetSavedLicenseKey (Type type, string key);
abstract member SetSavedLicenseKey : Type * string -> unit
override this.SetSavedLicenseKey : Type * string -> unit
Public Overridable Sub SetSavedLicenseKey (type As Type, key As String)

参数

type
Type

一个 Type,表示与该许可证密钥相关联的组件。

key
String

为该类型组件保存的 LicenseKey

注解

通常,在设计时设置 LicenseUsageMode 时调用此方法。 必须重写 属性才能 UsageMode 实现设计时许可证支持。

继承者说明

此方法不支持保存的许可证密钥。 重写此方法和 GetSavedLicenseKey(Type, Assembly) 方法以实现密钥。

适用于

另请参阅