mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 22:35:23 +08:00
Merge pull request #5539 from tpodolak/master
Updated missing Windows.ApplicationModel.Activation.ActivationKind enum values
This commit is contained in:
19
winrt/winrt.d.ts
vendored
19
winrt/winrt.d.ts
vendored
@@ -1541,7 +1541,24 @@ declare module Windows {
|
||||
device,
|
||||
printTaskSettings,
|
||||
cameraSettings,
|
||||
webAuthenticationBrokerContinuation
|
||||
restrictedLaunch,
|
||||
appointmentsProvider,
|
||||
contact,
|
||||
lockScreenCall,
|
||||
voiceCommand,
|
||||
lockScreen,
|
||||
pickerReturned,
|
||||
walletAction,
|
||||
pickFileContinuation,
|
||||
pickSaveFileContinuation,
|
||||
pickFolderContinuation,
|
||||
webAuthenticationBrokerContinuation,
|
||||
webAccountProvider,
|
||||
componentUI,
|
||||
protocolForResults,
|
||||
toastNotification,
|
||||
print3DWorkflow,
|
||||
dialReceiver
|
||||
}
|
||||
export interface IActivatedEventArgs {
|
||||
kind: Windows.ApplicationModel.Activation.ActivationKind;
|
||||
|
||||
Reference in New Issue
Block a user