TypeConverterStoreProbeTypeImports Method |
Probes the type imports. It will load all typeimports files which don't have '.llblgenproj' in the filename and the specific typeimports for the
project currently loaded
Namespace:
SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntax public void ProbeTypeImports(
string folderToProbe,
string projectPathFilename
)
Public Sub ProbeTypeImports (
folderToProbe As String,
projectPathFilename As String
)
Parameters
- folderToProbe
- Type: SystemString
The folder to probe. - projectPathFilename
- Type: SystemString
The filename of the project we just loaded
See Also