DesigntimeLicenseContext.SetSavedLicenseKey(Type, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定儲存的授權識別碼。
public:
override void SetSavedLicenseKey(Type ^ type, System::String ^ key);
public override void SetSavedLicenseKey (Type type, string key);
override this.SetSavedLicenseKey : Type * string -> unit
Public Overrides Sub SetSavedLicenseKey (type As Type, key As String)
參數
- type
- Type
授權識別碼的型別。
- key
- String
授權識別碼。
備註
這個方法會將指定的授權金鑰設定為此授權內容。