ProjectFoldersGetExpandedProjectItemSet Method |
Transforms an enumeration that contains both project items and project folders to another set that contains the project items of the enumeration plus all project items in the project folders and its subfolders.
It is guaranteed that each project item is contained only once.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HashSet<IProjectItem> GetExpandedProjectItemSet(
IEnumerable<Object> itemList
)
Parameters
- itemList IEnumerableObject
- The enumeration that can contain both project items and project folders.
Return Value
HashSetIProjectItemA hashset that contains the project items of the provided
itemList plus all project items of the folders and its subfolders, that are also contained in the
itemList.
Exceptions See Also