Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
container
Type: Microsoft.TeamFoundation.Build.Controls.ISectionContainera reference to IBuildDetailsView
Return Value
Type: array<Microsoft.TeamFoundation.Build.Controls.IOrderedSection[]
array of IBuildDetailSections
.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.