Merge pull request #5539 from tpodolak/master

Updated missing Windows.ApplicationModel.Activation.ActivationKind enum values
This commit is contained in:
Masahiro Wakame
2015-08-30 13:38:18 +09:00

19
winrt/winrt.d.ts vendored
View File

@@ -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;