TeamExplorerModel.SectionCandidates 属性

命名空间:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
程序集:  Microsoft.TeamFoundation.Controls(在 Microsoft.TeamFoundation.Controls.dll 中)

语法

声明
<ImportManyAttribute> _
Public Property SectionCandidates As List(Of ExportFactory(Of ITeamExplorerSection, ITeamExplorerSectionMetadata))
[ImportManyAttribute]
public List<ExportFactory<ITeamExplorerSection, ITeamExplorerSectionMetadata>> SectionCandidates { get; set; }

属性值

类型:System.Collections.Generic.List<ExportFactory<ITeamExplorerSection, ITeamExplorerSectionMetadata>>

.NET Framework 安全性

请参见

参考

TeamExplorerModel 类

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework 命名空间