StorageProviderMoreInfoUI Class

Definition

The container for the more info UI section of the storage provider flyout. This is used to provide additional information and/or a recommended action a user can take in response to the current sync state.

public ref class StorageProviderMoreInfoUI sealed
/// [Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderMoreInfoUI final
[Windows.Foundation.Metadata.Activatable(458752, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderMoreInfoUI
function StorageProviderMoreInfoUI()
Public NotInheritable Class StorageProviderMoreInfoUI
Inheritance
Object Platform::Object IInspectable StorageProviderMoreInfoUI
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)

Remarks

This section will only be visible if at least one of StorageProviderMoreInfoUICommand or StorageProviderMoreInfoUIMessage is Enabled (see IStorageProviderUICommandState) or non-empty, respectively.

Constructors

StorageProviderMoreInfoUI()

StorageProviderMoreInfoUI default constructor.

Properties

Command

The MoreInfoUI section's command.

Message

The MoreInfoUI section's message.

Applies to

See also