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.
对项目持久性进行管理,并对使用由主机实现的保存和加载操作的代码和其他项进行存储和检索。Manages project persistence and stores and retrieves code and other items using save and load operations implemented by the host.
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) 方法保存的源字符串。Gets the source string previously saved using the SaveElement(String, String) method. |
| SaveElement(String, String) |
使用给定名称参数保存任意源字符串,然后可在调用 LoadElement(String) 方法时使用以便重载该字符串。Saves an arbitrary source string with a given name parameter, which can then be used in a call to the LoadElement(String) method to reload the string. |