IVsaPersistSite Interface
Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.
For a list of all members of this type, see IVsaPersistSite Members.
[Visual Basic] <Guid("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")> <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> Public Interface IVsaPersistSite [C#] [Guid("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IVsaPersistSite [C++] [Guid("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")] [InterfaceType(ComInterfaceType::InterfaceIsIUnknown)] public __gc __interface IVsaPersistSite [JScript] public Guid("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74") InterfaceType(ComInterfaceType.InterfaceIsIUnknown) interface IVsaPersistSite
Remarks
The actual media used to store the source text, such as the file system, structured storage object, or database, and the way in which the text is saved and retrieved, are determined by the host-specific implementation of the IVsaPersistSite interface.
Implement the IVsaPersistSite interface when establishing a location to which to save or retrieve source-code items for a Visual Studio for Applications script engine.
Requirements
Namespace: Microsoft.Vsa
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
See Also
IVsaPersistSite Members | Microsoft.Vsa Namespace | IVsaEngine | IVsaSite | IVsaPersistSite.LoadElement | IVsaPersistSite.SaveElement