Tip
The created view may be stored in any object associated with SessionProfile - for example, in an implementation of IPlugin.
The view will be refreshed automatically after any change of Version.
Creates a new view for this collection of plug-ins with order of items determined by the specified filter.
IPluginCollectionView CreateView(
SelectPluginContainers filter,
IComparer<IPluginAssembly> comparer = null
)Function CreateView (
filter As SelectPluginContainers,
Optional comparer As IComparer(Of IPluginAssembly) = Nothing
) As IPluginCollectionViewIPluginCollectionView^ CreateView(
SelectPluginContainers^ filter,
IComparer<IPluginAssembly^>^ comparer = nullptr
)abstract CreateView :
filter : SelectPluginContainers *
?comparer : IComparer<IPluginAssembly>
(* Defaults:
let _comparer = defaultArg comparer null
*)
-> IPluginCollectionView