SearchPane.GetForCurrentView 方法

定义

检索搜索窗格的实例,用户可以从中搜索应用。

public:
 static SearchPane ^ GetForCurrentView();
/// [Windows.Foundation.Metadata.Deprecated("ISearchPaneStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.ApplicationModel.Search.SearchContract)]
 static SearchPane GetForCurrentView();
/// [Windows.Foundation.Metadata.Deprecated("ISearchPaneStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
 static SearchPane GetForCurrentView();
[Windows.Foundation.Metadata.Deprecated("ISearchPaneStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.ApplicationModel.Search.SearchContract))]
public static SearchPane GetForCurrentView();
[Windows.Foundation.Metadata.Deprecated("ISearchPaneStatics may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.ApplicationModel.Search.SearchContract")]
public static SearchPane GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As SearchPane

返回

搜索窗格的一个实例,它提供一致且易于触摸的搜索框,以及用于在当前应用程序中进行搜索的可选搜索建议。

属性

注解

重要

若要在应用中实现Windows 10或更高版本的搜索,请使用 AutoSuggestBox。 有关详细信息 ,请参阅自动建议框

不应在 Windows 10 或更高版本的应用中使用 Windows.ApplicationModel.Search API (SearchPaneSearchContract) 或 SearchBox API。

注意

应用不能同时使用搜索框 (Windows.UI.Xaml.Controls.SearchBox/WinJS.UI.SearchBox) 和 SearchPane。 在同一应用中同时使用搜索框和搜索窗格会导致应用引发异常,并显示以下消息:“无法创建'Windows.UI.Xaml.Controls.SearchBox'类型的实例。”

适用于

另请参阅