IBuildError 介面
IBuildInformationNode 的 BuildError 型別的介面。 若要取得 IBuildError,請使用 InformationNodeConverters 類別。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
Public Interface IBuildError _
Inherits IBuildErrorBase
public interface IBuildError : IBuildErrorBase
IBuildError 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Code | 取得或設定錯誤或警告碼。 (繼承自 IBuildErrorBase)。 | |
EndLineNumber | 取得或設定錯誤或警告的結束行號。 (繼承自 IBuildErrorBase)。 | |
ErrorType | 取得或設定錯誤的型別。 | |
File | 取得或設定錯誤或警告的檔案。 (繼承自 IBuildErrorBase)。 | |
LineNumber | 取得或設定錯誤或警告的起始行號。 (繼承自 IBuildErrorBase)。 | |
Message | 取得或設定錯誤或警告訊息。 (繼承自 IBuildErrorBase)。 | |
Node | 取得基礎 IBuildInformationNode。 (繼承自 IBuildErrorBase)。 | |
ServerPath | 如果它可以決定的,取得或設定檔案的伺服器路徑。 (繼承自 IBuildErrorBase)。 | |
Timestamp | 取得或設定錯誤或警告發生的時間。 (繼承自 IBuildErrorBase)。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Save | 將建置錯誤到伺服器。 (繼承自 IBuildErrorBase)。 |
回頁首