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
 
许可证密钥。
注解
此方法将指定的许可证密钥设置为此许可证上下文。