Share via


ContactCardAutomationPeer class

ContactCardAutomationPeer class

Inheritance hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.Automation.Peers.AutomationPeer
      System.Windows.Automation.Peers.UIElementAutomationPeer
        System.Windows.Automation.Peers.FrameworkElementAutomationPeer
          UCBaseAutomationPeer<ContactCard>
            ContactBaseAutomationPeer<ContactCard>
              Microsoft.Lync.Controls.AutomationPeers.ContactCardAutomationPeer

Namespace:  Microsoft.Lync.Controls.AutomationPeers
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Class ContactCardAutomationPeer _
    Inherits ContactBaseAutomationPeer(Of ContactCard)
'Usage
Dim instance As ContactCardAutomationPeer
public class ContactCardAutomationPeer : ContactBaseAutomationPeer<ContactCard>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ContactCardAutomationPeer members

Microsoft.Lync.Controls.AutomationPeers namespace