Condividi tramite


Proprietà TeamExplorerModel.PageCandidates

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

Sintassi

'Dichiarazione
<ImportManyAttribute> _
Public Property PageCandidates As List(Of ExportFactory(Of ITeamExplorerPage, ITeamExplorerPageMetadata))
[ImportManyAttribute]
public List<ExportFactory<ITeamExplorerPage, ITeamExplorerPageMetadata>> PageCandidates { get; set; }

Valore proprietà

Tipo: System.Collections.Generic.List<ExportFactory<ITeamExplorerPage, ITeamExplorerPageMetadata>>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamExplorerModel Classe

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