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.
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
- propertiesToFetch
-
String[]
Platform::String[]
winrt::hstring[]
- queryId
-
String
Platform::String
winrt::hstring