RestrictedLaunchActivatedEventArgs.SharedContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The object that provides shared context information.