StorageProviderStatus Class

Definition

Note

Scenarios for this API are not supported. Use the StorageProviderStatusUI class instead.

public ref class StorageProviderStatus sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Storage.Provider.IStorageProviderStatusFactory, 327680, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderStatus final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Storage.Provider.IStorageProviderStatusFactory), 327680, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderStatus
function StorageProviderStatus(state, message, errorMessages)
Public NotInheritable Class StorageProviderStatus
Inheritance
Object Platform::Object IInspectable StorageProviderStatus
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v6.0)

Constructors

StorageProviderStatus(StorageProviderState, String)

Note

Scenarios for this API are not supported. Use the StorageProviderStatusUI class instead.

StorageProviderStatus(StorageProviderState, String, IIterable<StorageProviderError>)

Note

Scenarios for this API are not supported. Use the StorageProviderStatusUI class instead.

Properties

ErrorMessages

Note

Scenarios for this API are not supported. Use members of the StorageProviderStatusUI class instead.

Message

Note

Scenarios for this API are not supported. Use members of the StorageProviderStatusUI class instead.

State

Note

Scenarios for this API are not supported. Use the StorageProviderStatusUI.ProviderState property instead.

Applies to