Interface IAutomationPeer
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IAutomationPeer : IPeerConverter
Properties
PropertyBag
Declaration
Dictionary<string, object> PropertyBag { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, System.Object>
|
Reference
Methods
AssignReference(AutomationReference)
Declaration
void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Deserialize(String)
Declaration
object Deserialize(string objectString)
Parameters
System.String
objectString
|
Returns
System.Object
|
GetRealType()
Declaration
string GetRealType()
Returns
System.String
|
Serialize()
Declaration
string Serialize()
Returns
System.String
|