IBuildDetailInformationNodeConverter Interface

This interface represents a converter that converts BuildInformationNodes into nodes in the log view of the Build Details View.

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Public Interface IBuildDetailInformationNodeConverter
public interface IBuildDetailInformationNodeConverter
public interface class IBuildDetailInformationNodeConverter
type IBuildDetailInformationNodeConverter =  interface end
public interface IBuildDetailInformationNodeConverter

The IBuildDetailInformationNodeConverter type exposes the following members.

Properties

  Name Description
Public property InformationType Returns the type of build information node that this converter works on. Only one converter is available for each information type.

Top

Methods

  Name Description
Public method Convert This method is called when a build information node of the correct type has to be displayed. Information nodes are displayed in an indented list on the Log View of the Build Details View. This method must return a WPF Paragraph object.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Controls Namespace