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