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.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.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