VsaCompilerError 클래스

정의

주의

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 ref class VsaCompilerError : Microsoft::Vsa::IVsaError
public class VsaCompilerError : Microsoft.Vsa.IVsaError
[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.")]
public class VsaCompilerError : Microsoft.Vsa.IVsaError
type VsaCompilerError = class
    interface IVsaError
[<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.")>]
type VsaCompilerError = class
    interface IVsaError
Public Class VsaCompilerError
Implements IVsaError
상속
VsaCompilerError
특성
구현

속성

Description
사용되지 않음.

오류에 대한 간략한 설명을 가져옵니다.

EndColumn
사용되지 않음.

사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 끝 열 번호를 가져옵니다.

Line
사용되지 않음.

오류가 발생한 줄 번호를 가져옵니다.

LineText
사용되지 않음.

오류가 발생한 줄에서 소스 코드의 텍스트를 가져옵니다.

Number
사용되지 않음.

오류를 고유하게 식별하는 번호를 가져옵니다.

Severity
사용되지 않음.

오류의 심각도를 가져옵니다.

SourceItem
사용되지 않음.

오류를 생성한 IVsaItem 개체에 대한 참조를 가져옵니다.

SourceMoniker
사용되지 않음.

오류가 포함된 소스 항목의 정규화된 이름을 가져옵니다.

StartColumn
사용되지 않음.

사용할 수 있는 경우 오류를 발생시킨 소스 텍스트에 대한 시작 열 번호를 가져옵니다.

메서드

Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상