ContactSearchResultList Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use the ContactSearchResultList control to display the result of a search performed by the ContactSearchInputBox control.
public ref class ContactSearchResultList : Microsoft::Lync::Controls::UCListBox
[System.Windows.TemplatePart(Name="PART_ContactListMenu", Type=typeof(Microsoft.Lync.Controls.Internal.ContactListMenu))]
[System.Windows.TemplatePart(Name="PART_TrySkillSearchButton", Type=typeof(System.Windows.Controls.Primitives.ButtonBase))]
[System.Windows.TemplatePart(Name="ScrollViewer", Type=typeof(System.Windows.FrameworkElement))]
public class ContactSearchResultList : Microsoft.Lync.Controls.UCListBox
type ContactSearchResultList = class
inherit UCListBox
Public Class ContactSearchResultList
Inherits UCListBox
- Inheritance
- Attributes
This control provides an result list for a contact search. To initiate a search, this control must be paired with a ContactSearchInputBox.
The ContactSearchInputBox and ContactSearchResultList controls, while related, are designed as separate controls to allow the developer to display search results and search input in separate locations on a page.
Alternatively, use the ContactSearch control, which encapsulates both features in a single, self contained control.
Contact |
Initializes the ContactSearchResultList class. |
Results |
Identifies the ResultsState dependency property. |
Search |
Identifies the SearchType dependency property. |
Bot |
Gets or sets the DataTemplate used for Bot-type contacts in OneLine mode. (Inherited from UCListBox) |
Context |
Reserved for internal use. (Inherited from UCListBox) |
Contextual |
Gets or sets data structure which provides contextual information for use with the contextual conversation feature. (Inherited from UCListBox) |
Group |
Gets or sets the DataTemplate used for Group-type contacts in OneLine mode. (Inherited from UCListBox) |
Person |
Gets or sets the DataTemplate used for Person-type contacts in OneLine mode. (Inherited from UCListBox) |
Results |
Gets or sets an enumerated value which represents the status of the current search operation. |
Search |
Gets or sets an enumerated value which determines the type of search to be performed by this control. |
Show |
Gets or sets whether contacts in the list display friendly name or URI. (Inherited from UCListBox) |
Telephone |
Gets or sets the DataTemplate used for Telephone-type contacts in OneLine mode. (Inherited from UCListBox) |
Clear |
Removes any bindings and templates applied to the item container for the specified content. |
Get |
Creates or identifies the element used to display a specified item. |
Is |
Checks whether the item is a ContactSearchResultListItem. |
On |
OnApplyTemplate override. |
On |
Overrides the OnCreateAutomationPeer method to return a ContactSearchResultListAutomationPeer object. |
On |
Reserved for internal use. (Inherited from UCListBox) |
Prepare |
Prepares the specified element to display the specified item. |
Продукт | Версии |
---|---|
Lync Silverlight | latest |
Lync WPF | latest |