Share via


IStorageProviderQueryResult Interface

Definition

The base interface for query results.

public interface class IStorageProviderQueryResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(4056744110, 46249, 23840, 165, 152, 62, 180, 221, 143, 248, 244)]
struct IStorageProviderQueryResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(4056744110, 46249, 23840, 165, 152, 62, 180, 221, 143, 248, 244)]
public interface IStorageProviderQueryResult
Public Interface IStorageProviderQueryResult
Derived
Attributes

Windows requirements

Requirements Description
Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)

Properties

Name Description
FilePath

Gets or sets the local file path for the query result.

Kind

Gets or sets the kind of query result.

RemoteFileId

Gets or sets the remote file ID of the query result.

RequestedProperties

Gets the additional properties that were requested for the query result.

ResultId

Gets or sets a unique identifier for the query result that will be passed to the ReportUsage method.

Applies to