共用方式為


DesigntimeLicenseContext.SetSavedLicenseKey(Type, String) 方法

定義

設定儲存的授權識別碼。

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

授權識別碼。

備註

這個方法會將指定的授權金鑰設定為此授權內容。

適用於

另請參閱