An NDoc Documented Class Library

AutomationElementProperty Constructor (Object, String, AutomationProperty)

[Visual Basic]
Public Sub New( _ 
   ByVal value As Object, _ 
   ByVal displayName As String, _ 
   ByVal propertyType As AutomationProperty _ 
)
[C#]
public AutomationElementProperty(
   object value,
   string displayName,
   AutomationProperty propertyType
);
[C++]
public: AutomationElementProperty(
   Object* value,
   String* displayName,
   AutomationProperty* propertyType
);
[JScript]
public function AutomationElementProperty(
   Object value,
   String displayName,
   AutomationProperty propertyType
);

See Also

AutomationElementProperty Class | White.Core.UIItems.Finders Namespace | AutomationElementProperty Constructor Overload List