An NDoc Documented Class Library

SimpleSearchCondition.PropertyValue Delegate

[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.

Requirements

Namespace: White.Core.UIItems.Finders

Assembly: White.Core (in White.Core.dll)

See Also

White.Core.UIItems.Finders Namespace