IAutomationPeer Interface

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Implemented by automation objects that have a Silverlight/WPF object peer.

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

public interface IAutomationPeer : IPeerConverter

The IAutomationPeer type exposes the following members.

Properties

  NameDescription
Public propertyPropertyBag
The automation object property bag
Public propertyReference
Gets or sets the automation reference of this peer.
Top
Methods

  NameDescription
Public methodAssignReference
Assign the reference of this peer.
Public methodDeserialize
Deserialize this object from a string.
Public methodFromRealObject
Converts a real object to this object.
(Inherited from IPeerConverter.)
Public methodGetRealType
Gets the real object type that this peer represents.
Public methodSerialize
Serialize this automation peer to a string.
Public methodToRealObject
Convert this object to a real object.
(Inherited from IPeerConverter.)
Top
See Also

Reference