AppInstance.RedirectActivationToAsync(AppActivationArguments) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Leitet die aktuelle Aktivierungsanforderung an eine andere App-instance um.
public:
virtual IAsyncAction ^ RedirectActivationToAsync(AppActivationArguments ^ args) = RedirectActivationToAsync;
/// [Windows.Foundation.Metadata.Experimental]
IAsyncAction RedirectActivationToAsync(AppActivationArguments const& args);
IAsyncAction RedirectActivationToAsync(AppActivationArguments const& args);
[Windows.Foundation.Metadata.Experimental]
public IAsyncAction RedirectActivationToAsync(AppActivationArguments args);
public IAsyncAction RedirectActivationToAsync(AppActivationArguments args);
function redirectActivationToAsync(args)
Public Function RedirectActivationToAsync (args As AppActivationArguments) As IAsyncAction
Parameter
Die Aktivierungsargumente, die an die andere App instance.
Gibt zurück
Ein -Objekt, das die Ergebnisse des asynchronen Vorgangs darstellt.
- Attribute