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) 方法來實作索引鍵。