Share via


SysStorageProviderEventReceivedEventArgs.Json Property

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:
 property Platform::String ^ Json { Platform::String ^ get(); };
winrt::hstring Json();
public string Json { get; }
var string = sysStorageProviderEventReceivedEventArgs.json;
Public ReadOnly Property Json As String

Property Value

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