IBuildErrorBase 인터페이스
BuildError 및 BuildWarning IBuildInformationNodes 형식에 대 한 인터페이스입니다.IBuildError 또는 Ibuildwarning를 구하려면 InformationNodeConverters 클래스를 사용 합니다.
네임스페이스: Microsoft.TeamFoundation.Build.Client
어셈블리: Microsoft.TeamFoundation.Build.Client(Microsoft.TeamFoundation.Build.Client.dll)
구문
‘선언
Public Interface IBuildErrorBase
public interface IBuildErrorBase
IBuildErrorBase 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Code | 오류 또는 경고 코드를 가져오거나 설정 합니다. | |
EndLineNumber | 끝 줄 번호의 오류 또는 경고를 가져오거나 설정 합니다. | |
File | 오류 또는 경고는 파일을 가져오거나 설정 합니다. | |
LineNumber | 오류 또는 경고의 시작 줄 번호를 가져오거나 설정 합니다. | |
Message | 오류 또는 경고 메시지를 가져오거나 설정 합니다. | |
Node | 기본 Ibuildinformationnode를 가져옵니다. | |
ServerPath | 확인할 수 있는 경우 파일의 서버 경로 가져오거나 설정 합니다. | |
Timestamp | 오류 또는 경고가 발생 하는 시간을 가져오거나 설정 합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Save | 빌드 오류는 서버에 저장합니다. |
위쪽