Costruttore TransformedCollection<TSourceCollection, TSourceElement, TTargetElement>

Spazio dei nomi:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    sourceCollection As TSourceCollection, _
    setup As Func(Of TSourceElement, TTargetElement), _
    teardown As Action(Of TTargetElement) _
)
public TransformedCollection(
    TSourceCollection sourceCollection,
    Func<TSourceElement, TTargetElement> setup,
    Action<TTargetElement> teardown
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> Classe

Spazio dei nomi Microsoft.TeamFoundation.MVVM