IVsaError 인터페이스

참고: 이 API는 이제 사용되지 않습니다.

IVsaEngine.Compile Method 메서드를 실행하는 동안 발생한 컴파일 오류에 대한 액세스를 제공합니다.

네임스페이스:  Microsoft.Vsa
어셈블리:  Microsoft.Vsa(Microsoft.Vsa.dll)

구문

‘선언
<ObsoleteAttribute("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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")> _
Public Interface IVsaError
[ObsoleteAttribute("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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface IVsaError
[ObsoleteAttribute(L"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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface class IVsaError
[<ObsoleteAttribute("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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
type IVsaError =  interface end
public interface IVsaError

IVsaError 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Description 오류의 원인이 되는 소스 코드의 토큰 참조를 반환하는 일부 인스턴스에서 오류에 대한 간단한 설명을 가져옵니다.
Public 속성 EndColumn 사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 끝 열 번호를 가져옵니다.
Public 속성 Line 오류가 발생한 줄 번호를 가져옵니다.
Public 속성 LineText 오류가 발생한 줄에서 소스 코드의 텍스트를 가져옵니다.
Public 속성 Number 오류를 고유하게 식별하는 번호를 가져옵니다.
Public 속성 Severity 오류의 심각도를 설정합니다.
Public 속성 SourceItem 오류를 생성한 IVsaItem 개체에 대한 참조를 가져옵니다.
Public 속성 SourceMoniker 오류를 포함한 소스 항목의 정규화된 이름을 스크립트 엔진에서 인식할 수 있는 형식으로 가져옵니다.
Public 속성 StartColumn 사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 시작 열 번호를 가져옵니다.

위쪽

참고 항목

참조

Microsoft.Vsa 네임스페이스