IJSVsaPersistSite Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.JScript.Vsa
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Return to top
Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
[GuidAttribute("F901A1FF-8EBA-4C38-B6E0-E7E52606D325")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [ObsoleteAttribute("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.")] [ComVisibleAttribute(true)] public interface class IJSVsaPersistSite
| Name | Description | |
|---|---|---|
![]() | LoadElement(String^) | Gets the source string previously saved using the SaveElement method. |
![]() | SaveElement(String^, String^) | Saves an arbitrary source string with a given name parameter, which can then be used in a call to the LoadElement method to reload the string. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
