IJSVsaSite 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 IJSVsaSite
[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("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaSite
[<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("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaSite = interface
Public Interface IJSVsaSite
- 파생
- 특성
메서드
GetCompiledState(Byte[], Byte[]) |
사용되지 않음.
스크립트 엔진의 컴파일된 상태를 가져오고, 연결된 디버깅 정보를 선택적으로 가져옵니다. |
GetEventSourceInstance(String, String) |
사용되지 않음.
AddEventSource(String, String) 메서드를 사용하여 이전에 스크립트 엔진에 추가한 이벤트 소스에 대한 참조를 가져옵니다. |
GetGlobalInstance(String) |
사용되지 않음.
호스트 제공 애플리케이션 개체와 같은 전역 항목에 대한 참조를 가져옵니다. |
Notify(String, Object) |
사용되지 않음.
.NET 스크립트 엔진에서 생성한 이벤트에 대해 호스트에 알립니다. |
OnCompilerError(IJSVsaError) |
사용되지 않음.
스크립트 엔진에서 발생한 컴파일러 오류에 응답하는 방법을 호스트에 알립니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET