| TaskManagerGetElementByNameFiltered Method  | 
 
            Gets the element by name and filtered on platformname/templategroupname/frameworkName. If the name exists but the platform/templategroupname/frameworkName
            doesn't match, null is returned.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic TaskGroupElement GetElementByNameFiltered(
	string name,
	string platformName,
	string templateGroupName,
	string frameworkName
)
Public Function GetElementByNameFiltered ( 
	name As String,
	platformName As String,
	templateGroupName As String,
	frameworkName As String
) As TaskGroupElement
Parameters
- name
 - Type: SystemString
The name. - platformName
 - Type: SystemString
Name of the platform. - templateGroupName
 - Type: SystemString
Name of the template group. - frameworkName
 - Type: SystemString
Name of the framework. 
Return Value
Type: 
TaskGroupElement
See Also