IJSVsaPersistSite Interface

Definitie

Let op

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.

Beheert projectpersistentie en slaat code en andere items op met behulp van opslag- en laadbewerkingen die door de host zijn geïmplementeerd.

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
Kenmerken

Methoden

Name Description
LoadElement(String)
Verouderd.

Hiermee haalt u de brontekenreeks op die u eerder hebt opgeslagen met behulp van de SaveElement(String, String) methode.

SaveElement(String, String)
Verouderd.

Slaat een willekeurige brontekenreeks op met een parameter voor een bepaalde naam, die vervolgens kan worden gebruikt in een aanroep naar de methode om de LoadElement(String) tekenreeks opnieuw te laden.

Van toepassing op