IVsaPersistSite - интерфейс

Примечание. Данный API устарел.

Управляет состоянием долговременного хранения проекта и сохраняет и извлекает код и другие элементы с помощью операций сохранения и загрузки, реализуемых основным приложением.

Пространство имен:  Microsoft.Vsa
Сборка:  Microsoft.Vsa (в Microsoft.Vsa.dll)

Синтаксис

'Декларация
<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.")> _
<GuidAttribute("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsaPersistSite
[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.")]
[GuidAttribute("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaPersistSite
[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
[<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.")>]
[<GuidAttribute("E0C0FFE3-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaPersistSite =  interface end
public interface IVsaPersistSite

Тип IVsaPersistSite предоставляет следующие члены.

Методы

  Имя Описание
Открытый метод LoadElement Возвращает исходную строку, ранее сохраненную с помощью метода SaveElement.
Открытый метод SaveElement Сохраняет произвольно выбранную исходную строку с заданным параметром name, который впоследствии можно использовать в вызове метода LoadElement для перезагрузки этой строки.

В начало страницы

См. также

Ссылки

Microsoft.Vsa - пространство имен