IJSVsaPersistSite Interface

Définition

Attention

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.

Gère la persistance du projet et stocke et récupère du code et d’autres éléments à l’aide des opérations d’enregistrement et de chargement implémentées par l’hôte.

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
Attributs

Méthodes

Nom Description
LoadElement(String)
Obsolète.

Obtient la chaîne source précédemment enregistrée à l’aide de la SaveElement(String, String) méthode.

SaveElement(String, String)
Obsolète.

Enregistre une chaîne source arbitraire avec un paramètre de nom donné, qui peut ensuite être utilisé dans un appel à la LoadElement(String) méthode pour recharger la chaîne.

S’applique à