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 名前空間