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
특성

메서드

Name Description
LoadElement(String)
사용되지 않음.

메서드를 사용하여 이전에 저장한 원본 문자열을 SaveElement(String, String) 가져옵니다.

SaveElement(String, String)
사용되지 않음.

지정된 이름 매개 변수를 사용하여 임의의 소스 문자열을 저장한 다음, 메서드를 호출하여 문자열을 다시 로드하는 LoadElement(String) 데 사용할 수 있습니다.

적용 대상