ContactItem Class
Reserved for internal use.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Microsoft.Lync.Controls.UCBase
Microsoft.Lync.Controls.ContactBase
Microsoft.Lync.Controls.ContactItem
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
<TemplatePartAttribute(Name := "PART_ContactItemContentPresenter", Type := GetType(ContactItemContentPresenter))> _
Public Class ContactItem _
Inherits ContactBase
'Usage
Dim instance As ContactItem
[TemplatePartAttribute(Name = "PART_ContactItemContentPresenter", Type = typeof(ContactItemContentPresenter))]
public class ContactItem : ContactBase
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.