SilverlightProxy
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class SilverlightProxy : ICommunicationProxy
Inheritance: objectSilverlightProxy
Implements:
Constructors
Properties
C#
public IApplication Application { get; }
Implements:
Methods
C#
public int GetPeerHashCode(IAutomationPeer peer)
Implements:
C#
public Dictionary<string, string> GetProperties(IAutomationPeer peer)
Implements:
C#
public object GetProperty(AutomationProperty property, IAutomationPeer peer)
Implements:
C#
public object GetRectangle(IAutomationPeer peer, IAutomationPeer relativeTo)
Implements:
C#
public object GetRectangle(IAutomationPeer peer, int maxUiBlockingTime)
Implements:
C#
public object GetRectangle(IAutomationPeer peer)
Implements:
C#
public string GetTextRecursive(AutomationReference targetRef)
Implements:
C#
public int GetVirtualizedViewportOffset(IAutomationPeer virtualizingPanel)
Implements:
C#
public Visibility GetVisibility(IAutomationPeer peer)
Implements:
C#
public string GetVisualTree(IAutomationPeer root, string hash)
Implements:
C#
public string GetVisualTree(IAutomationPeer root)
Implements:
C#
public void Highlight(IAutomationPeer peer, bool clear)
Implements:
C#
public object InvokeMethod(AutomationMethod method, IAutomationPeer peer)
Implements:
C#
public void SetProperty(AutomationProperty property, IAutomationPeer peer, object value)
Implements: