Click or drag to resize
TypeConverterStoreProbeTypeConvertersAndTypeImports Method (ProjectProperties)
Probes for type converters and typeimports in the folder specified as AdditionalTypeConverters folder in the project properties. Method is used right after a project has been loaded and the typeconverters are loaded into the type converters store inside this project.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void ProbeTypeConvertersAndTypeImports(
	ProjectProperties propertiesOfProject
)

Parameters

propertiesOfProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties of project.
See Also