CustomContactListItem Class
Use the CustomContactListItem control with the CustomContactsList control to show basic or detailed contact and organization information for contacts.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.ListBoxItem
Microsoft.Lync.Controls.UCListBoxItem
Microsoft.Lync.Controls.CustomContactListItem
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Public Class CustomContactListItem _
Inherits UCListBoxItem
'Usage
Dim instance As CustomContactListItem
public class CustomContactListItem : UCListBoxItem
Remarks
CustomContactListItem is a child control, created for use with the CustomContactsList control. CustomContactListItem supports a Source property, similar to that used by other Microsoft Lync SDK objects which operate on a single contact. CustomContactListItem also supports a ContentPropertyAttribute attribute which permits the Source property to be specified in XAML as a child element.
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.