IBuildDetailFactory.CreateSections Method

This method should return all IBuildDetailSections for this factory.

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

Syntax

'Declaration
Function CreateSections ( _
    view As IBuildDetailView _
) As IBuildDetailSection()
IBuildDetailSection[] CreateSections(
    IBuildDetailView view
)
array<IBuildDetailSection^>^ CreateSections(
    IBuildDetailView^ view
)
abstract CreateSections : 
        view:IBuildDetailView -> IBuildDetailSection[] 
function CreateSections(
    view : IBuildDetailView
) : IBuildDetailSection[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Build.Controls.IBuildDetailSection[]
array of IBuildDetailSections

.NET Framework Security

See Also

Reference

IBuildDetailFactory Interface

Microsoft.TeamFoundation.Build.Controls Namespace