[Visual Basic] Public Delegate Function Sub SimpleSearchCondition.PropertyValue( _ ByVal automationElement As AutomationElement _ ) As Object [C#] public delegate object SimpleSearchCondition.PropertyValue( AutomationElement automationElement ) [C++] public __gc __delegate Object* SimpleSearchCondition.PropertyValue( AutomationElement* automationElement )
[JScript] In JScript, you can use the delegates defined by a type, but you cannot define your own.
Namespace: White.Core.UIItems.Finders
Assembly: White.Core (in White.Core.dll)