TransformedCollection<TSourceCollection, TSourceElement, TTargetElement>.Dispose Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Tears down all elements of the transformed collection, clears the transformed collection, and stops listening to change events on the source collection.

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub Dispose
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit  
override Dispose : unit -> unit
public final function Dispose()

Implements

IDisposable.Dispose()

.NET Framework Security

See Also

Reference

TransformedCollection<TSourceCollection, TSourceElement, TTargetElement> Class

Dispose Overload

Microsoft.TeamFoundation.MVVM Namespace