IBuildMessage 介面
IBuildInformationNode 的 BuildMessage 型別的介面。 若要取得 IBuildMessage,請使用 InformationNodeConverters 類別。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
Public Interface IBuildMessage
public interface IBuildMessage
IBuildMessage 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Importance | 取得或設定訊息的重要性,判斷詳細等級在哪些訊息記錄。 | |
Message | 取得或設定這個建置訊息顯示文字。 | |
Node | 取得基礎 IBuildInformationNode。 | |
Timestamp | 當訊息記錄時,取得或設定時間。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Save | 儲存組建訊息傳送至伺服器。 |
回頁首