SearchPane.GetForCurrentView Method
Definition
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.
Retrieves an instance of the search pane from which users can search within the app.
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
Returns
An instance of the search pane, which provides a consistent, touch-friendly search box and optional search suggestions for searching within the current application.
- Attributes
Remarks
Important
To implement search in an app for Windows 10 or later, use AutoSuggestBox. See Auto-suggest box for more info.
You should not use Windows.ApplicationModel.Search APIs (SearchPane, SearchContract
) or SearchBox APIs in apps for Windows 10 or later.
Note
An app can't use both the search box (Windows.UI.Xaml.Controls.SearchBox/WinJS.UI.SearchBox) and the SearchPane. Using both the search box and the search pane in the same app causes the app to throw an exception with this message: "Cannot create instance of type 'Windows.UI.Xaml.Controls.SearchBox.'"