IJSVsaPersistSite インターフェイス

定義

注意事項

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.

ホストによって実装された保存操作と読み込み操作を使用して、プロジェクトの永続化と保存を管理し、コードやその他の項目を取得します。

public interface class IJSVsaPersistSite
[System.Obsolete("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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("F901A1FF-8EBA-4C38-B6E0-E7E52606D325")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaPersistSite
[<System.Obsolete("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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("F901A1FF-8EBA-4C38-B6E0-E7E52606D325")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaPersistSite = interface
Public Interface IJSVsaPersistSite
属性

メソッド

名前 説明
LoadElement(String)
古い.

SaveElement(String, String) メソッドを使用して以前に保存したソース文字列を取得します。

SaveElement(String, String)
古い.

任意のソース文字列を特定の名前パラメーターと共に保存します。これは、 LoadElement(String) メソッドの呼び出しで文字列を再読み込みするときに使用できます。

適用対象