DesigntimeLicenseContext.SetSavedLicenseKey(Type, String) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Define uma chave de licença guardada.
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)
Parâmetros
- type
- Type
O tipo da chave da licença.
- key
- String
A chave da licença.
Observações
Este método define a chave de licença especificada para este contexto de licença.