ProjectGetAllUniqueGroupableModelElementNames Method |
Gets all unique names of the groupable model elements currently in the project. The names returned are the names of the elements without the
group names if the GroupUsage setting of the project is set to 'VisualGroupingMechanism'. If the GroupUsageSetting is set to 'AsSeparateProjects',
the names contain the groupnames as well.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public HashSet<string> GetAllUniqueGroupableModelElementNames()
Public Function GetAllUniqueGroupableModelElementNames As HashSet(Of String)
Return Value
Type:
HashSetStringHashset with all the unique names of the groupable model elements currently in the project
See Also