| ProjectExcludeElementFromProject Method  | 
            Excludes the meta data element from project. This effectively means that it's been removed from it's parent container and marked as removed. 
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic void ExcludeElementFromProject(
	IExcludable elementToExclude
)
Public Sub ExcludeElementFromProject ( 
	elementToExclude As IExcludable
)
Parameters
- elementToExclude
 - Type: SD.LLBLGen.Pro.DBDriverCoreIExcludable
The element to exclude. 
See Also