IStorageProviderSearchHandlerFactory.CreateSearchHandler(String) 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.
public:
IStorageProviderSearchHandler ^ CreateSearchHandler(Platform::String ^ cloudProviderId);
IStorageProviderSearchHandler CreateSearchHandler(winrt::hstring const& cloudProviderId);
public IStorageProviderSearchHandler CreateSearchHandler(string cloudProviderId);
function createSearchHandler(cloudProviderId)
Public Function CreateSearchHandler (cloudProviderId As String) As IStorageProviderSearchHandler
Parameters
- cloudProviderId
-
String
Platform::String
winrt::hstring