Share via


StorageProviderSuggestionResult Class

Definition

The class that the cloud storage provider will use to return an individual suggestion result.

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

public ref class StorageProviderSuggestionResult sealed : IStorageProviderQueryResult
/// [Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderSuggestionResult final : IStorageProviderQueryResult
[Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderSuggestionResult : IStorageProviderQueryResult
function StorageProviderSuggestionResult()
Public NotInheritable Class StorageProviderSuggestionResult
Implements IStorageProviderQueryResult
Inheritance
Object Platform::Object IInspectable StorageProviderSuggestionResult
Attributes
Implements

Windows requirements

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

Remarks

This object will implement marshal by value to optimize RPC calls.

Constructors

StorageProviderSuggestionResult()

Creates a new instance of the StorageProviderSuggestionResult class.

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

Properties

FilePath

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

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

Kind

Gets or sets the kind of the suggestion result.

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

RemoteFileId

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

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

RequestedProperties

Gets the additional properties that were requested in StorageProviderSuggestionsQueryOptions.PropertiesToFetch for the suggestion result.

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

ResultId

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

Important

The Windows.Storage.Provider.StorageProviderSuggestionResult API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

Applies to