IStorageProviderSuggestionsHandler.GetDetails Method

Definition

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

Returns

Applies to