Shell.GetSearchHandler(BindableObject) 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.
Gets the integrated search functionality.
public:
static Microsoft::Maui::Controls::SearchHandler ^ GetSearchHandler(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Controls.SearchHandler GetSearchHandler (Microsoft.Maui.Controls.BindableObject obj);
static member GetSearchHandler : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.SearchHandler
Public Shared Function GetSearchHandler (obj As BindableObject) As SearchHandler
Parameters
- obj
- BindableObject
The object that modifies the Shell search functionality.
Returns
The integrated search functionality.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.