This documentation is archived and is not being maintained.
IVsaPersistSite Interface
Visual Studio 2013
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Note: This API is now obsolete.
Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
[ObsoleteAttribute(L"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.")] [GuidAttribute(L"E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] public interface class IVsaPersistSite
The IVsaPersistSite type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LoadElement | Gets the source string previously saved using the SaveElement method. |
![]() | SaveElement | 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. |
Show:
