Delen 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

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

Properties

FilePath

Gets or sets the file path for the query result.

Kind

Gets or sets the type of query result.

RemoteFileId

Gets or sets the unique identifier for the remote file.

RequestedProperties

Gets the properties that the app has requested for the query result.

ResultId

A unique identifier for the query result that will be passed to the SendFeedback method

Applies to