ISysStorageProviderHandlerFactory Interface

Definition

For internal use only.

[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).

public interface class ISysStorageProviderHandlerFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(4000941105, 33299, 24201, 166, 35, 20, 216, 199, 43, 138, 97)]
struct ISysStorageProviderHandlerFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 327680)]
[Windows.Foundation.Metadata.Guid(4000941105, 33299, 24201, 166, 35, 20, 216, 199, 43, 138, 97)]
public interface ISysStorageProviderHandlerFactory
Public Interface ISysStorageProviderHandlerFactory
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)

Methods

GetEventSource(String, String)

For internal use only.

[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).

GetHttpRequestProvider(String)

For internal use only.

[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).

Applies to