SearchPaneSuggestionsRequestDeferral 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱이 SuggestionsRequested 이벤트를 처리하는 동안 SearchSuggestionCollection 개체 채우기가 완료되면 신호를 보낼 수 있습니다. 앱은 제안 요청에 비동기적으로 응답해야 하는 경우에만 지연을 사용해야 합니다.
public ref class SearchPaneSuggestionsRequestDeferral sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Search.SearchContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.ApplicationModel.Search.SearchContract)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SearchPaneSuggestionsRequestDeferral final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Search.SearchContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
class SearchPaneSuggestionsRequestDeferral final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Search.SearchContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.ApplicationModel.Search.SearchContract))]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SearchPaneSuggestionsRequestDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Search.SearchContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("SearchPaneSuggestionsRequestDeferral may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
public sealed class SearchPaneSuggestionsRequestDeferral
Public NotInheritable Class SearchPaneSuggestionsRequestDeferral
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
Xbox One Extensions for the UWP (10.0.10586.0에서 도입되었습니다.) |
API contract |
Windows.ApplicationModel.Search.SearchContract (v1.0에서 도입되었습니다.)
|
설명
중요
앱에서 Windows 10 이상 검색을 구현하려면 AutoSuggestBox를 사용합니다. 자세한 내용은 자동 제안 상자를 참조하세요.
Windows 10 이상 앱에서 Windows.ApplicationModel.Search API(SearchPane, SearchContract
) 또는 SearchBox API를 사용하면 안 됩니다.
요청을 이행하는 데 웹 서비스에서 제안 가져오기와 같은 상당한 시간이 걸리는 경우 앱은 제안 요청에 비동기적으로 응답해야 합니다.
SearchPaneSuggestionsRequestDeferral.Complete 메서드를 사용하여 앱이 요청을 처리한 시점을 나타냅니다.
앱은 SuggestionsRequested 이벤트를 처리하는 동안 SearchPaneSuggestionsRequest.GetDeferral 메서드를 호출하여 이 개체를 검색합니다.
메서드
Complete() |
SuggestionsRequested 이벤트를 처리하는 동안 앱이 SearchSuggestionCollection 개체 채우기를 완료했음을 나타냅니다. |
적용 대상
추가 정보
- SearchPane
- SuggestionsRequested
- SearchPaneSuggestionsRequest
- GetDeferral()
- <xref:Windows.ApplicationModel.Search.SearchPaneSuggestionsRequestedEventArgs%0asuggestionsrequestedeventargs.md)>