Share via


ISectionFactory.CreateSections Method

This method should return all IOrderedSections for this factory.

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

Syntax

'Declaration
Function CreateSections ( _
    container As ISectionContainer _
) As IOrderedSection()
IOrderedSection[] CreateSections(
    ISectionContainer container
)
array<IOrderedSection^>^ CreateSections(
    ISectionContainer^ container
)
abstract CreateSections : 
        container:ISectionContainer -> IOrderedSection[] 
function CreateSections(
    container : ISectionContainer
) : IOrderedSection[]

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ISectionFactory Interface

Microsoft.TeamFoundation.Build.Controls Namespace