ICommunicationProxy
Interface
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public interface ICommunicationProxy
Derived Classes:
Properties
C#
IApplication Application { get; }
Methods
C#
Dictionary<string, string> GetProperties(IAutomationPeer peer)
C#
object GetProperty(AutomationProperty property, IAutomationPeer peer)
C#
object GetRectangle(IAutomationPeer peer, IAutomationPeer relativeTo)
C#
object GetRectangle(IAutomationPeer peer, int maxUiBlockingTime)
C#
string GetTextRecursive(AutomationReference reference)
C#
string GetVisualTree(IAutomationPeer root, string hash)
C#
object InvokeMethod(AutomationMethod method, IAutomationPeer peer)
C#
void SetProperty(AutomationProperty property, IAutomationPeer peer, object value)