ImpelClass Library Documentation
ReflectionAutomation..::.DescribeFinderDelegate Delegate
NamespacesImpelReflectionAutomationReflectionAutomation..::.DescribeFinderDelegate
Impel
Delegates a method that describes a Control object.
Declaration Syntax
C#Visual BasicVisual C++
public delegate string DescribeFinderDelegate(
	string name,
	string parent,
	string className,
	string classType
)
Public Delegate Function DescribeFinderDelegate ( _
	name As String, _
	parent As String, _
	className As String, _
	classType As String _
) As String
public delegate String^ DescribeFinderDelegate(
	String^ name, 
	String^ parent, 
	String^ className, 
	String^ classType
)
Parameters
name (String)
The name to call the Control by
parent (String)
A parent of the Control to search from
className (String)
The class name of the Control
classType (String)
The Class type of the Control
Return Value
A string that can be used to describe that control.

Assembly: Impel.ReflectionAutomation (Module: Impel.ReflectionAutomation) Version: 1.0.0.0 (1.0.0.0)