Class AutomationReference
Inheritance
System.Object
AutomationReference
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public sealed class AutomationReference
Constructors
AutomationReference(FrameworkElement)
AutomationReference(ICommunicationProxy)
Declaration
public AutomationReference(ICommunicationProxy proxy)
Parameters
ICommunicationProxy
proxy
|
AutomationReference(ICommunicationProxy, String)
Declaration
public AutomationReference(ICommunicationProxy proxy, string objectName)
Parameters
ICommunicationProxy
proxy
|
System.String
objectName
|
AutomationReference(ICommunicationProxy, String, String)
Declaration
public AutomationReference(ICommunicationProxy proxy, string objectName, string refPath)
Parameters
ICommunicationProxy
proxy
|
System.String
objectName
|
System.String
refPath
|
Properties
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
System.String
|
Path
Declaration
public string Path { get; set; }
Property Value
System.String
|
Properties
Declaration
public AutomationProperty[] Properties { get; set; }
Property Value
AutomationProperty[]
|
Methods
AppendProperty(AutomationProperty)
Clone()
EnsureReferencePath()
Declaration
public void EnsureReferencePath()
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()