StyleListManagerBaseForClassesTList, TItem, TListManagerEntryTryFindListContaining Method |
Tries to find a registered list containing an item equal to the specified item.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TryFindListContaining(
TItem item,
out TList list,
out TItem foundItem
)
Parameters
- item TItem
- The item to search for.
- list TList
- When this method returns true, contains the list in which the item was found.
- foundItem TItem
- When this method returns true, contains the matching registered item.
Return Value
Booleantrue if a matching item was found; otherwise,
false.
See Also