AutomationObjectTAssignReference Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Assign a reference to this AutomationObject.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void AssignReference(
	AutomationReference reference
)

Parameters

reference
Type: ArtOfTest.WebAii.SilverlightAutomationReference
The automation reference.

Return Value

Type: 
True/False whether the assignment passed/failed.

Implements

IAutomationPeerAssignReference(AutomationReference)
See Also

Reference