Share via


SysStorageProviderEventReceivedEventArgs(String) Constructor

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:
 SysStorageProviderEventReceivedEventArgs(Platform::String ^ json);
 SysStorageProviderEventReceivedEventArgs(winrt::hstring const& json);
public SysStorageProviderEventReceivedEventArgs(string json);
function SysStorageProviderEventReceivedEventArgs(json)
Public Sub New (json As String)

Parameters

json
String

Platform::String

winrt::hstring

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