CodeGenerationCycleCacheGetCachedVsNetProjectReferencesForId Method |
Gets the cached vs net project references for the FrameworkUsingModelType value specified. The value specified is originating from the preset.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public HashSet<VsNetProjectReference> GetCachedVsNetProjectReferencesForId(
int id
)
Public Function GetCachedVsNetProjectReferencesForId (
id As Integer
) As HashSet(Of VsNetProjectReference)
Parameters
- id
- Type: SystemInt32
The model type id, which is a FrameworkUsingModelType value
Return Value
Type:
HashSetVsNetProjectReferenceSee Also