IJSVsaPersistSite Interface

Definição

Cuidado

Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.

Gerencia a persistência de projeto e armazena e recupera o código e outros itens usando operações de salvar e carregar implementadas pelo host.

public interface class IJSVsaPersistSite
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("F901A1FF-8EBA-4C38-B6E0-E7E52606D325")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaPersistSite
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("F901A1FF-8EBA-4C38-B6E0-E7E52606D325")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaPersistSite = interface
Public Interface IJSVsaPersistSite
Atributos

Métodos

LoadElement(String)

Obtém a cadeia de caracteres de origem salva anteriormente usando o método SaveElement(String, String).

SaveElement(String, String)

Salva uma cadeia de caracteres de origem arbitrária com um parâmetro de nome, que então pode ser usado em uma chamada para o método LoadElement(String) para recarregar a cadeia de caracteres.

Aplica-se a