Share via


SysStorageProviderEventReceivedEventArgs Class

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 ref class SysStorageProviderEventReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.System.Implementation.FileExplorer.ISysStorageProviderEventReceivedEventArgsFactory, 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 SysStorageProviderEventReceivedEventArgs final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.System.Implementation.FileExplorer.ISysStorageProviderEventReceivedEventArgsFactory), 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 SysStorageProviderEventReceivedEventArgs
function SysStorageProviderEventReceivedEventArgs(json)
Public NotInheritable Class SysStorageProviderEventReceivedEventArgs
Inheritance
Object Platform::Object IInspectable SysStorageProviderEventReceivedEventArgs
Attributes

Windows requirements

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

Constructors

Name Description
SysStorageProviderEventReceivedEventArgs(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).

Properties

Name Description
Json

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