Condividi tramite


Proprietà TeamExplorerModel.SectionCandidates

Spazio dei nomi:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamExplorerModel Classe

Spazio dei nomi Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework