IStorageProviderSuggestionsHandlerFactory.CreateSuggestionsHandler 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.
Creates a suggestions handler for a given sync root identifier.
Important
The Windows.Storage.Provider.IStorageProviderSuggestionsHandlerFactory API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.
public:
IStorageProviderSuggestionsHandler ^ CreateSuggestionsHandler(Platform::String ^ cloudProviderId);
IStorageProviderSuggestionsHandler CreateSuggestionsHandler(winrt::hstring const& cloudProviderId);
public IStorageProviderSuggestionsHandler CreateSuggestionsHandler(string cloudProviderId);
function createSuggestionsHandler(cloudProviderId)
Public Function CreateSuggestionsHandler (cloudProviderId As String) As IStorageProviderSuggestionsHandler
Parameters
- cloudProviderId
-
String
Platform::String
winrt::hstring
The sync root identifier for the cloud files provider, see SyncRootId.
Returns
Returns a suggestions handler that can be used to query for suggested files from the provider.