ISectionFactory.CreateSections 方法
此方法应返回此工厂的所有 IOrderedSections。
命名空间: Microsoft.TeamFoundation.Build.Controls
程序集: Microsoft.TeamFoundation.Build.Controls(在 Microsoft.TeamFoundation.Build.Controls.dll 中)
语法
声明
Function CreateSections ( _
container As ISectionContainer _
) As IOrderedSection()
IOrderedSection[] CreateSections(
ISectionContainer container
)
参数
- container
类型:Microsoft.TeamFoundation.Build.Controls.ISectionContainer
为 IBuildDetailsView 的引用
返回值
类型:array<Microsoft.TeamFoundation.Build.Controls.IOrderedSection[]
数组 IBuildDetailSections
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。