ICustomSummaryInformation 介面
ICustomSummaryInformation 是 IBuildInformationNodes 之的 Helper 介面型別「CustomSummaryInformation」。 若要取得 ICustomSummaryInformation,請使用 InformationNodeConverters 類別。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
Public Interface ICustomSummaryInformation
public interface ICustomSummaryInformation
ICustomSummaryInformation 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Message | 訊息。 | |
Node | 基礎 IBuildInformationNode。 | |
SectionHeader | 取得或設定做為字串會顯示在 區段中的頂端的區段標頭 | |
SectionName | 取得或設定可唯一識別此區段的區段名稱 | |
SectionPriority | 取得或設定用來決定組件的順序的部分優先權 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Save | 儲存自訂資訊摘要儲存至伺服器。 |
回頁首