RestrictedLaunchActivatedEventArgs.SharedContext Property

Definition

Gets information about a shared context for the restricted launch.

public:
 property Platform::Object ^ SharedContext { Platform::Object ^ get(); };
IInspectable SharedContext();
public object SharedContext { get; }
var object = restrictedLaunchActivatedEventArgs.sharedContext;
Public ReadOnly Property SharedContext As Object

Property Value

Object

Platform::Object

IInspectable

The object that provides shared context information.

Implements

Applies to