WeakCollection<T>::ToList Method ()

 

Gets a list containing strong references to the items in this collection.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
IList<T>^ ToList()

Return Value

Type: System.Collections.Generic::IList<T>^

Returns a list containing strong references to the items in this collection.

Return to top
Show: