IStorageProviderSuggestionsHandler.GetDetails 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.
Get additional metadata for a single file suggestion.
Important
The Windows.Storage.Provider.IStorageProviderSuggestionsHandler 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:
StorageProviderSuggestionResult ^ GetDetails(Platform::String ^ remoteFileId, Platform::Array <Platform::String ^> ^ propertiesToFetch, Platform::String ^ queryId);
StorageProviderSuggestionResult GetDetails(winrt::hstring const& remoteFileId, winrt::array_view <winrt::hstring const&> const& propertiesToFetch, winrt::hstring const& queryId);
public StorageProviderSuggestionResult GetDetails(string remoteFileId, string[] propertiesToFetch, string queryId);
function getDetails(remoteFileId, propertiesToFetch, queryId)
Public Function GetDetails (remoteFileId As String, propertiesToFetch As String(), queryId As String) As StorageProviderSuggestionResult
Parameters
- remoteFileId
-
String
Platform::String
winrt::hstring
The remote file ID of the file. See StorageProviderSuggestionResult.RemoteFileId.
- propertiesToFetch
-
String[]
Platform::String[]
winrt::hstring[]
The properties to fetch.
- queryId
-
String
Platform::String
winrt::hstring
The query ID.
Returns
The result of the operation as a StorageProviderSuggestionResult.