ContactListItem Class
Reserved for internal use. This control is used to display the contact nodes in a ContactList control.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ItemsControl
System.Windows.Controls.HeaderedItemsControl
System.Windows.Controls.TreeViewItem
Microsoft.Lync.Controls.UCTreeViewItem
Microsoft.Lync.Controls.ContactListItem
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
<TemplatePartAttribute(Name := "PART_ContactItem", Type := GetType(ContactItem))> _
Public Class ContactListItem _
Inherits UCTreeViewItem
'Usage
Dim instance As ContactListItem
[TemplatePartAttribute(Name = "PART_ContactItem", Type = typeof(ContactItem))]
public class ContactListItem : UCTreeViewItem
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.