An NDoc Documented Class Library

AutomationElementProperty Constructor

Initializes a new instance of the AutomationElementProperty class.

Overload List

Initializes a new instance of the AutomationElementProperty class.

[Visual Basic] Protected Sub New()
[C#] protected AutomationElementProperty();
[C++] protected: AutomationElementProperty();
[JScript] protected function AutomationElementProperty();

 

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

See Also

AutomationElementProperty Class | White.Core.UIItems.Finders Namespace