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.
Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Function Convert ( _
    view As IBuildDetailView, _
    node As IBuildInformationNode, _
    parentIndent As Double _
) As Object
Object Convert(
    IBuildDetailView view,
    IBuildInformationNode node,
    double parentIndent
)
Object^ Convert(
    IBuildDetailView^ view, 
    IBuildInformationNode^ node, 
    double parentIndent
)
abstract Convert : 
        view:IBuildDetailView * 
        node:IBuildInformationNode * 
        parentIndent:float -> Object
function Convert(
    view : IBuildDetailView, 
    node : IBuildInformationNode, 
    parentIndent : double
) : Object
Parameters
- view 
 Type: Microsoft.TeamFoundation.Build.Controls.IBuildDetailView- a reference to IBuildDetailsView 
- node 
 Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationNode- the build information node from the IBuildDetail object 
- parentIndent 
 Type: System.Double- use this for the left margin of the paragraph 
Return Value
Type: System.Object
a Windows Presentation Foundation document paragraph
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.