IJSVsaError 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. 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 IJSVsaError
[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("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaError
[<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("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaError = interface
Public Interface IJSVsaError
- 파생
- 특성
속성
Description |
사용되지 않음.
오류의 원인이 되는 소스 코드의 토큰 참조를 반환하는 일부 인스턴스에서 오류에 대한 간단한 설명을 가져옵니다. |
EndColumn |
사용되지 않음.
사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 끝 열 번호를 가져옵니다. |
Line |
사용되지 않음.
오류가 발생한 줄 번호를 가져옵니다. |
LineText |
사용되지 않음.
오류가 발생한 줄에서 소스 코드의 텍스트를 가져옵니다. |
Number |
사용되지 않음.
오류를 고유하게 식별하는 번호를 가져옵니다. |
Severity |
사용되지 않음.
오류의 심각도를 설정합니다. |
SourceItem |
사용되지 않음.
오류를 생성한 IJSVsaItem 개체에 대한 참조를 가져옵니다. |
SourceMoniker |
사용되지 않음.
오류를 포함한 소스 항목의 정규화된 이름을 스크립트 엔진에서 인식할 수 있는 형식으로 가져옵니다. |
StartColumn |
사용되지 않음.
사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 시작 열 번호를 가져옵니다. |
적용 대상
.NET