LicenseContext.SetSavedLicenseKey(Type, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中被重写时,为指定的类型设置许可证密钥。
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)
参数
- key
- String
为该类型组件保存的 LicenseKey。
注解
通常,在设计时设置 LicenseUsageMode 时调用此方法。 必须重写 属性才能 UsageMode 实现设计时许可证支持。
继承者说明
此方法不支持保存的许可证密钥。 重写此方法和 GetSavedLicenseKey(Type, Assembly) 方法以实现密钥。