StorageProviderQueryResultSet.GetResults 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.
Returns the query results as an array of IStorageProviderQueryResult objects.
public:
virtual Platform::Array <IStorageProviderQueryResult ^> ^ GetResults() = GetResults;
winrt::array_view <IStorageProviderQueryResult const&> GetResults();
public IStorageProviderQueryResult[] GetResults();
function getResults()
Public Function GetResults () As IStorageProviderQueryResult()
Returns
An array of IStorageProviderQueryResult objects.