SearchState Enum
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.
Enumerates the current state of the search operation.
public enum class SearchState
C#
public enum SearchState
type SearchState =
Public Enum SearchState
- Inheritance
-
SearchState
Name | Value | Description |
---|---|---|
Cleared | 0 | Cleared |
Searching | 1 | Searching |
Finished | 2 | Finished |
Error | 3 | Error |
The search control reports its current state using these enumerated values. See ContactSearch, ContactSearchResultList, and ContactSearchInputBox
製品 | バージョン |
---|---|
Lync Silverlight | latest |
Lync WPF | latest |