templates/Uwp/_comp/_shared/Service.IdentityOptionalLogin/Param_ProjectName.Core/Services/IdentityService.cs (4 lines): - line 20: // TODO WTS: Please create a ClientID following these steps and update the app.config IdentityClientId. - line 108: // TODO WTS: You can also add extra authorization checks here. - line 134: // TODO WTS: LogoutAsync can fail please handle exceptions as appropriate to your scenario - line 210: // TODO WTS: Silentauth failed, please handle this exception as appropriate to your scenario templates/Uwp/Features/LiveTile.Prism/Services/LiveTileFeatureService.cs (4 lines): - line 34: // TODO WTS: Updating LiveTile can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 51: // TODO WTS: Adding SecondaryTile can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 80: // TODO WTS: Implement your own logic to determine if you can handle the SecondaryTile activation - line 87: // TODO WTS: Implement your own logic to determine if you can handle the LiveTile notification update activation templates/Uwp/Features/ShareTarget.CodeBehind/Views/ShareTargetFeaturePage.xaml.cs (4 lines): - line 16: // TODO WTS: Remove this example page when/if it's not needed. - line 38: // TODO WTS: Configure the Share Target Declaration for the formats you require. - line 46: // TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 105: // TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/Features/LiveTile/Services/LiveTileFeatureService.cs (4 lines): - line 35: // TODO WTS: Updating LiveTile can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 52: // TODO WTS: Adding SecondaryTile can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 81: // TODO WTS: Implement your own logic to determine if you can handle the SecondaryTile activation - line 88: // TODO WTS: Implement your own logic to determine if you can handle the LiveTile notification update activation templates/Uwp/_comp/_shared/Service.IdentityForcedLogin/Param_ProjectName.Core/Services/IdentityService.cs (4 lines): - line 20: // TODO WTS: Please create a ClientID following these steps and update the app.config IdentityClientId. - line 113: // TODO WTS: You can also add extra authorization checks here. - line 139: // TODO WTS: LogoutAsync can fail please handle exceptions as appropriate to your scenario - line 215: // TODO WTS: Silentauth failed, please handle this exception as appropriate to your scenario templates/Uwp/Features/ShareTarget.CodeBehind._VB/Views/ShareTargetFeaturePage.xaml.vb (4 lines): - line 8: ' TODO WTS: Remove this example page when/if it's not needed. - line 33: ' TODO WTS: Configure the Share Target Declaration for the formats you require. - line 41: ' TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 92: ' TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/Features/HubNotifications/Services/HubNotificationsFeatureService.cs (4 lines): - line 18: // TODO WTS: Set your Hub Name - line 21: // TODO WTS: Set your DefaultListenSharedAccessSignature - line 42: // TODO WTS: Channel registration call can fail, please handle exceptions as appropriate to your scenario. - line 48: // TODO WTS: Handle activation from toast notification, templates/Wpf/_comp/_shared/Service.IdentityCommon/Param_ProjectName.Core/Services/IdentityService.cs (4 lines): - line 24: TODO WTS: Please create a ClientID following these steps and update the appsettings.json IdentityClientId. - line 133: // TODO WTS: You can also add extra authorization checks here. - line 159: // TODO WTS: LogoutAsync can fail please handle exceptions as appropriate to your scenario - line 239: // TODO WTS: Silentauth failed, please handle this exception as appropriate to your scenario templates/Uwp/_comp/_shared/Service.IdentityOptionalLogin._VB/Param_ProjectName.Core/Services/IdentityService.vb (4 lines): - line 20: ' TODO WTS: Please create a ClientID following these steps and update the app.config IdentityClientId. - line 75: ' TODO WTS: You can also add extra authorization checks here. - line 96: ' TODO WTS: LogoutAsync can fail please handle exceptions as appropriate to your scenario - line 151: ' TODO WTS: Silentauth failed, please handle this exception as appropriate to your scenario templates/Uwp/Features/LiveTile._VB/Services/LiveTileFeatureService.vb (4 lines): - line 25: ' TODO WTS: Updating LiveTile can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 37: ' TODO WTS: Adding SecondaryTile can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 62: ' TODO WTS: Implement your own logic to determine if you can handle the SecondaryTile activation - line 68: ' TODO WTS: Implement your own logic to determine if you can handle the LiveTile notification update activation templates/Uwp/_comp/_shared/Service.IdentityForcedLogin._VB/Param_ProjectName.Core/Services/IdentityService.vb (4 lines): - line 20: ' TODO WTS: Please create a ClientID following these steps and update the app.config IdentityClientId. - line 81: ' TODO WTS: You can also add extra authorization checks here. - line 102: ' TODO WTS: LogoutAsync can fail please handle exceptions as appropriate to your scenario - line 157: ' TODO WTS: Silentauth failed, please handle this exception as appropriate to your scenario templates/Uwp/Features/HubNotifications._VB/Services/HubNotificationsFeatureService.vb (4 lines): - line 12: ' TODO WTS: Set your Hub Name - line 15: ' TODO WTS: Set your DefaultListenSharedAccessSignature - line 32: ' TODO WTS: Channel registration call can fail, please handle exceptions as appropriate to your scenario. - line 37: ' TODO WTS: Handle activation from toast notification, templates/Uwp/_comp/Prism/Service.IdentityCommon/Param_ProjectName.Core/Services/IdentityService.cs (4 lines): - line 20: // TODO WTS: Please create a ClientID following these steps and update the app.config IdentityClientId. - line 108: // TODO WTS: You can also add extra authorization checks here. - line 134: // TODO WTS: LogoutAsync can fail please handle exceptions as appropriate to your scenario - line 210: // TODO WTS: Silentauth failed, please handle this exception as appropriate to your scenario templates/Uwp/Pages/Map.CaliburnMicro/ViewModels/MapPageViewModel.cs (3 lines): - line 16: // TODO WTS: Set your preferred default zoom level - line 21: // TODO WTS: Set your preferred default location if a geolock can't be found. - line 84: // TODO WTS: Set your map service token. If you don't have one, request from https://www.bingmapsportal.com/ templates/Uwp/Pages/Map.CodeBehind._VB/Views/MapPagePage.xaml.vb (3 lines): - line 12: ' TODO WTS: Set your preferred default zoom level - line 17: ' TODO WTS: Set your preferred default location if a geolock can't be found. - line 78: ' TODO WTS: Set your map service token. If you don't have one, request from https://www.bingmapsportal.com/ templates/Uwp/Pages/Map._VB/ViewModels/MapPageViewModel.vb (3 lines): - line 11: ' TODO WTS: Set your preferred default zoom level - line 16: ' TODO WTS: Set your preferred default location if a geolock can't be found. - line 68: ' TODO WTS: Set your map service token. If you don't have one, request from https://www.bingmapsportal.com/ templates/Uwp/_comp/_shared/Service.IdentityForcedLogin/Param_ProjectName.Core/Services/MicrosoftGraphService.cs (3 lines): - line 69: // TODO WTS: Please handle other status codes as appropriate to your scenario - line 75: // TODO WTS: The request failed due to an underlying issue such as - line 81: // TODO WTS: This call can fail please handle exceptions as appropriate to your scenario templates/Uwp/_comp/_shared/Service.IdentityOptionalLogin/Param_ProjectName.Core/Services/MicrosoftGraphService.cs (3 lines): - line 69: // TODO WTS: Please handle other status codes as appropriate to your scenario - line 75: // TODO WTS: The request failed due to an underlying issue such as - line 81: // TODO WTS: This call can fail please handle exceptions as appropriate to your scenario templates/Uwp/_comp/MVVMToolkit/Feat.ShareTarget._VB/ViewModels/wts.ItemNameViewModel.vb (3 lines): - line 39: ' TODO WTS: Configure the Share Target Declaration for the formats you require. - line 44: ' TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 58: ' TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/_comp/_shared/Service.IdentityForcedLogin._VB/Param_ProjectName.Core/Services/MicrosoftGraphService.vb (3 lines): - line 57: ' TODO WTS: Please handle other status codes as appropriate to your scenario - line 62: ' TODO WTS: The request failed due to an underlying issue such as - line 66: ' TODO WTS: This call can fail please handle exceptions as appropriate to your scenario templates/Uwp/Services/SqlServerDataService/Param_ProjectName.Core/Services/SqlServerDataService.cs (3 lines): - line 13: // TODO WTS: Change your code to use this instead of the SampleDataService. - line 16: // TODO WTS: Specify the connection string in a config file or below. - line 43: // TODO WTS: Remove this when or if it isn't needed. templates/Uwp/Features/BackgroundTask/Param_ProjectName/BackgroundTasks/BackgroundTaskFeature.cs (3 lines): - line 30: // TODO WTS: Define the trigger for your background task and set any (optional) conditions - line 50: //// TODO WTS: Insert the code that should be executed in the background task here. - line 71: // TODO WTS: Insert code to handle the cancelation request here. templates/Uwp/Features/ShareTarget.Prism/ViewModels/ShareTargetFeatureViewModel.cs (3 lines): - line 34: // TODO WTS: Configure the Share Target Declaration for the formats you require. - line 39: // TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 56: // TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/_comp/MVVMLight/Feat.ShareTarget._VB/ViewModels/wts.ItemNameViewModel.vb (3 lines): - line 38: ' TODO WTS: Configure the Share Target Declaration for the formats you require. - line 43: ' TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 57: ' TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/_comp/MVVMLight/Feat.ShareTarget/ViewModels/wts.ItemNameViewModel.cs (3 lines): - line 33: // TODO WTS: Configure the Share Target Declaration for the formats you require. - line 38: // TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 55: // TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/_comp/MVVMBasic/Feat.ShareTarget/ViewModels/wts.ItemNameViewModel.cs (3 lines): - line 32: // TODO WTS: Configure the Share Target Declaration for the formats you require. - line 37: // TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 54: // TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/_comp/MVVMToolkit/Feat.ShareTarget/ViewModels/wts.ItemNameViewModel.cs (3 lines): - line 34: // TODO WTS: Configure the Share Target Declaration for the formats you require. - line 39: // TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 56: // TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/_comp/Prism/Service.IdentityCommon/Param_ProjectName.Core/Services/MicrosoftGraphService.cs (3 lines): - line 65: // TODO WTS: Please handle other status codes as appropriate to your scenario - line 71: // TODO WTS: The request failed due to an underlying issue such as - line 77: // TODO WTS: This call can fail please handle exceptions as appropriate to your scenario templates/Uwp/_comp/CaliburnMicro/Feat.ShareTarget/ViewModels/wts.ItemNameViewModel.cs (3 lines): - line 27: // TODO WTS: Configure the Share Target Declaration for the formats you require. - line 32: // TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 49: // TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/Pages/Map.Prism/ViewModels/MapPageViewModel.cs (3 lines): - line 17: // TODO WTS: Set your preferred default zoom level - line 22: // TODO WTS: Set your preferred default location if a geolock can't be found. - line 67: // TODO WTS: Set your map service token. If you don't have one, request from https://www.bingmapsportal.com/ templates/Uwp/Pages/Map.CodeBehind/Views/MapPagePage.xaml.cs (3 lines): - line 16: // TODO WTS: Set your preferred default zoom level - line 21: // TODO WTS: Set your preferred default location if a geolock can't be found. - line 87: // TODO WTS: Set your map service token. If you don't have one, request from https://www.bingmapsportal.com/ templates/Uwp/_comp/_shared/Service.IdentityOptionalLogin._VB/Param_ProjectName.Core/Services/MicrosoftGraphService.vb (3 lines): - line 57: ' TODO WTS: Please handle other status codes as appropriate to your scenario - line 62: ' TODO WTS: The request failed due to an underlying issue such as - line 66: ' TODO WTS: This call can fail please handle exceptions as appropriate to your scenario templates/Uwp/Features/HubNotifications.Prism/Services/HubNotificationsFeatureService.cs (3 lines): - line 19: // TODO WTS: Set your Hub Name - line 22: // TODO WTS: Set your DefaultListenSharedAccessSignature - line 43: // TODO WTS: Channel registration call can fail, please handle exceptions as appropriate to your scenario. templates/Uwp/Features/BackgroundTask._VB/Param_ProjectName/BackgroundTasks/BackgroundTaskFeature.vb (3 lines): - line 25: ' TODO WTS: Define the trigger for your background task and set any (optional) conditions - line 42: ' TODO WTS: Insert the code that should be executed in the background task here. - line 62: ' TODO WTS: Insert code to handle the cancelation request here. templates/Uwp/Services/SqlServerDataService.Prism/Param_ProjectName.Core/Services/SqlServerDataService.cs (3 lines): - line 13: // TODO WTS: Change your code to use this instead of the SampleDataService. - line 16: // TODO WTS: Specify the connection string in a config file or below. - line 43: // TODO WTS: Remove this when or if it isn't needed. templates/Uwp/Pages/Map/ViewModels/MapPageViewModel.cs (3 lines): - line 14: // TODO WTS: Set your preferred default zoom level - line 19: // TODO WTS: Set your preferred default location if a geolock can't be found. - line 74: // TODO WTS: Set your map service token. If you don't have one, request from https://www.bingmapsportal.com/ templates/Wpf/_comp/_shared/Service.IdentityCommon/Param_ProjectName.Core/Services/MicrosoftGraphService.cs (3 lines): - line 72: // TODO WTS: Please handle other status codes as appropriate to your scenario - line 77: // TODO WTS: The request failed due to an underlying issue such as - line 83: // TODO WTS: This call can fail please handle exceptions as appropriate to your scenario templates/Uwp/Services/SqlServerDataService._VB/Param_ProjectName.Core/Services/SqlServerDataService.vb (3 lines): - line 9: ' TODO WTS: Change your code to use this instead of the SampleDataService. - line 12: ' TODO WTS: Specify the connection string in a config file or below. - line 35: ' TODO WTS: Remove this when or if it isn't needed. templates/Uwp/_comp/MVVMBasic/Feat.ShareTarget._VB/ViewModels/wts.ItemNameViewModel.vb (3 lines): - line 37: ' TODO WTS: Configure the Share Target Declaration for the formats you require. - line 42: ' TODO WTS: Customize SharedDataModelBase or derived classes adding properties for data that you need to extract from _shareOperation - line 56: ' TODO WTS: Implement any other logic or add a QuickLink before completing the share operation. templates/Uwp/Features/BackgroundTask.Prism/Param_ProjectName/BackgroundTasks/BackgroundTaskFeature.cs (3 lines): - line 30: // TODO WTS: Define the trigger for your background task and set any (optional) conditions - line 50: //// TODO WTS: Insert the code that should be executed in the background task here. - line 71: // TODO WTS: Insert code to handle the cancelation request here. templates/Uwp/Features/DeepLinking.MVVMLight._VB/Activation/SchemeActivationData.vb (2 lines): - line 5: ' TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app. - line 7: ' TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch. templates/Uwp/_comp/_shared/Feat.SuspendAndResume.AddNavigation/Services/SuspendAndResumeService_postaction.cs (2 lines): - line 12: // TODO WTS: Subscribe to the OnBackgroundEntering and OnDataRestored events from your current Page to save and restore the current App data. - line 18: // TODO WTS: Subscribe to the OnResuming event from the current Page templates/Uwp/Features/WebToAppLink/Activation/WebToAppLinkActivationHandler.cs (2 lines): - line 12: // TODO WTS: Update the Host URI here and in Package.appxmanifest XML (Right click > View Code) - line 19: // TODO WTS: Handle navigation based on the original URI templates/Uwp/Pages/Settings.CodeBehind._VB/Views/SettingsPagePage.xaml.vb (2 lines): - line 5: ' TODO WTS: Add other settings as necessary. For help see https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/pages/settings-codebehind.vb.md - line 6: ' TODO WTS: Change the URL for your privacy policy in the Resource File, currently set to https://YourPrivacyUrlGoesHere templates/Uwp/Features/DeepLinking/Activation/SchemeActivationData.cs (2 lines): - line 9: // TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app. - line 11: // TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch. templates/Uwp/Features/DeepLinking.MVVMLight/Activation/SchemeActivationData.cs (2 lines): - line 9: // TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app. - line 11: // TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch. templates/Uwp/_comp/_shared/Feat.SuspendAndResume.AddNavigation._VB/Services/SuspendAndResumeService_postaction.vb (2 lines): - line 12: ' TODO WTS: Subscribe to the OnBackgroundEntering and OnDataRestored events from your current Page to save and restore the current App data. - line 18: ' TODO WTS: Subscribe to the OnResuming event from the current Page templates/WinUI/Projects/Default.UWP/wts.ProjectName/App.xaml.cs (2 lines): - line 57: // TODO: Load state from previously suspended application - line 100: // TODO: Save application state and stop any background activity templates/Uwp/Features/DeepLinking._VB/Activation/SchemeActivationData.vb (2 lines): - line 5: ' TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app. - line 7: ' TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch. templates/Uwp/_comp/MVVMLight/Feat.SuspendAndResume.AddNavigation/Services/SuspendAndResumeService_postaction.cs (2 lines): - line 11: // TODO WTS: Subscribe to the OnBackgroundEntering and OnDataRestored events from your current Page to save and restore the current App data. - line 17: // TODO WTS: Subscribe to the OnResuming event from the current Page's ViewModel templates/Uwp/Features/ToastNotifications._VB/Services/ToastNotificationsFeatureService.vb (2 lines): - line 13: ' TODO WTS: Adding ToastNotification can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 18: ' TODO WTS: Handle activation from toast notification templates/WinUI/Pages/WebView/ViewModels/wts.ItemNameViewModel.cs (2 lines): - line 9: // TODO WTS: Review best practices and distribution guidelines for apps using WebView2 - line 17: // TODO WTS: Set the URI of the page to show by default templates/Uwp/Pages/Settings.CodeBehind/Views/SettingsPagePage.xaml.cs (2 lines): - line 12: // TODO WTS: Add other settings as necessary. For help see https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/pages/settings-codebehind.md - line 13: // TODO WTS: Change the URL for your privacy policy in the Resource File, currently set to https://YourPrivacyUrlGoesHere templates/Uwp/_comp/_shared/Services.SecuredWebApi/Param_ProjectName.WebApi/Extensions/ServiceCollectionExtensions.cs (2 lines): - line 20: // TODO WTS: Follow these steps to register your Web API and expose scopes and roles, - line 75: // TODO WTS: This event is invoked if there where errors during token validation, templates/Uwp/_comp/MVVMLight/Feat.SuspendAndResume.AddNavigation._VB/Services/SuspendAndResumeService_postaction.vb (2 lines): - line 12: ' TODO WTS: Subscribe to the OnBackgroundEntering and OnDataRestored events from your current Page to save and restore the current App data. - line 18: ' TODO WTS: Subscribe to the OnResuming event from the current Page's ViewModel templates/Wpf/Pages/XamlIsland/Param_ProjectName/Controls/wts.ItemNameControl.xaml.cs (2 lines): - line 30: // TODO WTS: Add any Dependency properties you need to add to your control - line 53: // TODO WTS: Set bindings to your UWP DependencyProperty XAMLIsland control templates/Uwp/Features/DeepLinking.Prism/Activation/SchemeActivationData.cs (2 lines): - line 9: // TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app. - line 11: // TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch. templates/Wpf/Pages/XamlIsland.CodeBehind/Param_ProjectName/Controls/wts.ItemNameControl.xaml.cs (2 lines): - line 30: // TODO WTS: Add any Dependency properties you need to add to your control - line 54: // TODO WTS: Set bindings to your UWP DependencyProperty XAMLIsland control templates/Uwp/Features/ToastNotifications/Services/ToastNotificationsFeatureService.cs (2 lines): - line 21: // TODO WTS: Adding ToastNotification can fail in rare conditions, please handle exceptions as appropriate to your scenario. - line 27: //// TODO WTS: Handle activation from toast notification templates/Uwp/Features/WebToAppLink._VB/Activation/WebToAppLinkActivationHandler.vb (2 lines): - line 10: ' TODO WTS: Update the Host URI here and in Package.appxmanifest XML (Right click > View Code) - line 18: ' TODO WTS: Handle navigation based on the original URI templates/Uwp/_comp/CaliburnMicro/Feat.SuspendAndResume.AddNavigation/Services/SuspendAndResumeService_postaction.cs (2 lines): - line 11: // TODO WTS: Subscribe to the OnBackgroundEntering and OnDataRestored events from your current Page to save and restore the current App data. - line 17: // TODO WTS: Subscribe to the OnResuming event from the current Page's ViewModel code/src/UI/Styles/ListView.xaml (2 lines): - line 134: - line 264: templates/Uwp/Pages/Grid.Prism/Param_ProjectName/Views/GridViewPage.xaml.cs (1 line): - line 8: // TODO WTS: Change the grid as appropriate to your app, adjust the column definitions on GridViewPage.xaml. templates/Uwp/Pages/DataGrid/Views/DataGridViewPage.xaml (1 line): - line 19: TODO WTS: templates/Wpf/Pages/XamlIsland.CodeBehind/Param_ProjectName.XamlIsland/wts.ItemNameControlUniversal.xaml.cs (1 line): - line 27: // TODO WTS: Add any Dependency properties you need to add to your UWP control templates/Uwp/_comp/MVVMBasic/Project.MenuBar/Views/ShellPage.xaml (1 line): - line 37: TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/Pages/Settings.CaliburnMicro/Views/SettingsPagePage.xaml.cs (1 line): - line 6: // TODO WTS: Change the URL for your privacy policy in the Resource File, currently set to https://YourPrivacyUrlGoesHere templates/Wpf/_comp/Prism/Project.SplitView/ViewModels/ShellViewModel.cs (1 line): - line 30: // TODO WTS: Change the icons and titles for all HamburgerMenuItems here. templates/Uwp/_comp/CodeBehind/Project.SplitView.TabbedNav._VB/Views/ShellPage.xaml.vb (1 line): - line 7: ' TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/Uwp/Features/ToastNotifications/Services/ToastNotificationsFeatureService.Samples.cs (1 line): - line 53: // TODO WTS: Set a unique identifier for this notification within the notification group. (optional) templates/Uwp/Features/DeepLinking._VB/Activation/SchemeActivationConfig.vb (1 line): - line 3: ' TODO WTS: Add the pages that can be opened from scheme activation in your app here. templates/Uwp/_comp/_shared/Page.Chart.SampleDataService/Param_ProjectName.Core/Models/DataPoint.cs (1 line): - line 6: // TODO WTS: This is used by the Sample Chart Data. Remove this once your chart page is displaying real data. templates/Uwp/Features/UserActivity._VB/Services/ActivationService_postaction.vb (1 line): - line 9: ' TODO WTS: This is a sample to demonstrate how to add a UserActivity. Please adapt and move this method call to where you consider convenient in your app. templates/Uwp/_comp/CodeBehind/Project.MenuBar._VB/Views/ShellPage.xaml (1 line): - line 30: TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/Features/UserActivity.Prism/App_postaction.xaml.cs (1 line): - line 14: // TODO WTS: This is a sample to demonstrate how to add a UserActivity. Please adapt and move this method call to where you consider convenient in your app. templates/Uwp/Features/3DLauncher._VB/App_postaction.xaml.vb (1 line): - line 6: ' TODO WTS: Replace the default 3D Launcher model with something appropriate to your app templates/Uwp/Pages/Settings/Views/SettingsPagePage.xaml.cs (1 line): - line 7: // TODO WTS: Change the URL for your privacy policy in the Resource File, currently set to https://YourPrivacyUrlGoesHere templates/Uwp/_comp/MVVMBasic/Project.SplitView.TabbedNav/Views/ShellPage.xaml (1 line): - line 29: TODO WTS: Change the symbols for each item as appropriate for your app templates/Uwp/Pages/WebView.CaliburnMicro/ViewModels/WebViewPageViewModel.cs (1 line): - line 12: // TODO WTS: Set the URI of the page to show by default templates/Uwp/Features/LiveTile._VB/Services/LiveTileFeatureService.Samples.vb (1 line): - line 41: ' TODO WTS: Call this method to Pin a Secondary Tile from a page. templates/Wpf/_comp/CodeBehind/Service.IdentityOptionalLogin.SplitView/Helpers/Restricted.cs (1 line): - line 5: // TODO WTS: Add this attribute to a ViewModel class to restrict the Page to authorized users templates/Uwp/Features/DeepLinking.Prism/ViewModels/SchemeActivationSampleViewModel.cs (1 line): - line 9: // TODO WTS: Remove this sample page when/if it's not needed. templates/Uwp/Pages/WebView.CodeBehind._VB/Views/WebViewPagePage.xaml.vb (1 line): - line 6: ' TODO WTS: Set the URI of the page to show by default templates/Uwp/_comp/CodeBehind/Project.MenuBar._VB/Views/ShellPage.xaml.vb (1 line): - line 6: ' TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/_comp/MVVMToolkit/Feat.ShareTarget._VB/Views/wts.ItemNamePage.xaml.vb (1 line): - line 5: ' TODO WTS: Remove this example page when/if it's not needed. templates/Uwp/Pages/Grid/Views/GridViewPage.xaml.cs (1 line): - line 9: // TODO WTS: Change the grid as appropriate to your app, adjust the column definitions on GridViewPage.xaml. templates/Uwp/_comp/CodeBehind/Project.SplitView.TabbedNav/Views/ShellPage.xaml (1 line): - line 23: TODO WTS: Change the symbols for each item as appropriate for your app templates/Wpf/_comp/_shared/Project.SplitView/ViewModels/ShellViewModel.cs (1 line): - line 26: // TODO WTS: Change the icons and titles for all HamburgerMenuItems here. templates/Uwp/Projects/Default._VB/App.xaml.vb (1 line): - line 33: ' TODO WTS: Please log and handle the exception as appropriate to your scenario templates/Uwp/Features/CommandLine/Activation/CommandLineActivationHandler.cs (1 line): - line 28: //// TODO WTS: parse the cmdLineString to determine what to do. templates/Uwp/Features/UserActivity.MVVMLight._VB/Services/UserActivityService.Sample.vb (1 line): - line 27: ' TODO WTS: Change this to configure your own adaptive card templates/Uwp/Pages/Chart.CodeBehind._VB/Views/ChartViewPage.xaml.vb (1 line): - line 11: ' TODO WTS: Change the chart as appropriate to your app. templates/Uwp/Pages/MediaPlayer/ViewModels/MediaPlayerViewViewModel.cs (1 line): - line 9: // TODO WTS: Set your default video and image URIs templates/Uwp/Pages/Chart._VB/Views/ChartViewPage.xaml.vb (1 line): - line 5: ' TODO WTS: Change the chart as appropriate to your app. templates/Uwp/Pages/Settings._VB/Views/SettingsPagePage.xaml.vb (1 line): - line 2: ' TODO WTS: Change the URL for your privacy policy in the Resource File, currently set to https://YourPrivacyUrlGoesHere templates/Wpf/_comp/Prism/Project.MenuBar/Views/ShellWindow.xaml (1 line): - line 62: templates/Uwp/_comp/MVVMToolkit/Project.SplitView.TabbedNav._VB/Views/ShellPage.xaml.vb (1 line): - line 4: ' TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/Uwp/Features/DeepLinking/Views/SchemeActivationSamplePage.xaml.cs (1 line): - line 8: // TODO WTS: Remove this sample page when/if it's not needed. templates/Uwp/Features/MultiInstanceAdvanced._VB/Program.vb (1 line): - line 10: ' TODO WTS: Update the logic in this method if you want to control the launching of multiple instances. templates/Uwp/Features/MultiInstanceAdvanced/Program.cs (1 line): - line 15: // TODO WTS: Update the logic in this method if you want to control the launching of multiple instances. templates/Uwp/Features/UserActivity._VB/Services/UserActivityService.Sample.vb (1 line): - line 27: ' TODO WTS: Change this to configure your own adaptive card templates/Uwp/Pages/Settings._VB/ViewModels/SettingsPageViewModel.vb (1 line): - line 5: ' TODO WTS: Add other settings as necessary. For help see https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/pages/settings.md templates/Uwp/Pages/MediaPlayer.CodeBehind._VB/Views/MediaPlayerViewPage.xaml.vb (1 line): - line 11: ' TODO WTS: Set your default video and image URIs templates/Uwp/Features/CommandLine.Prism/Views/CmdLineActivationSamplePage.xaml.cs (1 line): - line 8: // TODO WTS: Remove this sample page when/if it's not needed. templates/Wpf/Features/SampleData/Param_ProjectName.Core/Services/SampleDataService.cs (1 line): - line 11: // TODO WTS: The following classes have been created to display sample data. Delete these files once your app is using real data. templates/Wpf/_comp/MVVMBasic/Project/App_postaction.xaml.cs (1 line): - line 52: // TODO WTS: Register your services, viewmodels and pages here code/src/UI/VisualStudio/RightClickActions.cs (1 line): - line 233: // TODO: Change all async GensShell methods to public templates/Uwp/Pages/DataGrid.CodeBehind._VB/Views/DataGridViewPage.xaml (1 line): - line 19: TODO WTS: templates/Uwp/_comp/MVVMToolkit/Feat.DeepLinking/ViewModels/SchemeActivationSampleViewModel.cs (1 line): - line 9: // TODO WTS: Remove this sample page when/if it's not needed. templates/WinUI/Pages/DataGrid/Param_ProjectName/Views/wts.ItemNamePage.xaml.cs (1 line): - line 5: // TODO WTS: Change the grid as appropriate to your app, adjust the column definitions on DataGridPage.xaml. templates/Uwp/_comp/_shared/Page.Ink.AddInkAnalyzer._VB/Services/Ink/InkAsyncAnalyzer.vb (1 line): - line 7: ' TODO WTS: InkAnalyzer requires installation of HandwritingRecognition in the active input language to be able to recognize words. templates/Uwp/Pages/DataGrid.CodeBehind/Views/DataGridViewPage.xaml.cs (1 line): - line 14: // TODO WTS: Change the grid as appropriate to your app, adjust the column definitions on DataGridViewPage.xaml. templates/Uwp/_comp/MVVMToolkit/Feat.DeepLinking._VB/ViewModels/SchemeActivationSampleViewModel.vb (1 line): - line 4: ' TODO WTS: Remove this sample page when/if it's not needed. templates/Uwp/_comp/MVVMLight/Project.SplitView.TabbedNav._VB/Views/ShellPage.xaml.vb (1 line): - line 4: ' TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/Uwp/_comp/MVVMBasic/Project.SplitView.TabbedNav/Views/ShellPage.xaml.cs (1 line): - line 7: // TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/Uwp/Features/WebToAppLink.Prism/App_postaction.xaml.cs (1 line): - line 15: // TODO WTS: Update the Host URI here and in Package.appxmanifest XML (Right click > View Code) templates/Uwp/Pages/WebView.Prism/ViewModels/WebViewPageViewModel.cs (1 line): - line 13: // TODO WTS: Set the URI of the page to show by default templates/Uwp/Features/StoreNotifications.Prism/Services/StoreNotificationsFeatureService.cs (1 line): - line 19: // TODO WTS: Channel registration call can fail, please handle exceptions as appropriate to your scenario. templates/Uwp/_comp/Prism/Project.SplitView.TabbedNav/Views/ShellPage.xaml (1 line): - line 25: TODO WTS: Change the symbols for each item as appropriate for your app templates/Uwp/Pages/DataGrid.CodeBehind/Views/DataGridViewPage.xaml (1 line): - line 19: TODO WTS: templates/Uwp/_comp/MVVMLight/Feat.ShareTarget._VB/Views/wts.ItemNamePage.xaml.vb (1 line): - line 5: ' TODO WTS: Remove this example page when/if it's not needed. templates/Uwp/_comp/MVVMLight/Feat.ShareTarget/Views/wts.ItemNamePage.xaml.cs (1 line): - line 9: // TODO WTS: Remove this example page when/if it's not needed. templates/WinUI/_comp/MVVMToolkit/Project.MenuBar/Views/ShellPage.xaml (1 line): - line 29: TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/_comp/MVVMToolkit/Project.SplitView.TabbedNav._VB/Views/ShellPage.xaml (1 line): - line 29: TODO WTS: Change the symbols for each item as appropriate for your app templates/Uwp/Features/UserActivity.Prism/Services/UserActivityService.Sample.cs (1 line): - line 39: // TODO WTS: Change this to configure your own adaptive card templates/Uwp/Features/DeepLinking.MVVMLight._VB/ViewModels/SchemeActivationSampleViewModel.vb (1 line): - line 4: ' TODO WTS: Remove this sample page when/if it's not needed. templates/Wpf/_comp/CodeBehind/Project.MenuBar/Views/ShellWindow.xaml (1 line): - line 59: templates/Uwp/Features/DeepLinking.MVVMLight/ViewModels/SchemeActivationSampleViewModel.cs (1 line): - line 8: // TODO WTS: Remove this sample page when/if it's not needed. templates/Uwp/Pages/Grid.CodeBehind._VB/Views/GridViewPage.xaml.vb (1 line): - line 11: ' TODO WTS: Change the grid as appropriate to your app, adjust the column definitions on GridViewPage.xaml. code/tools/Localization/Logic/Routes.cs (1 line): - line 11: // TODO: Add WinUI RuntimeComponent and ClassLibrary solutions when add multilanguage files to this projects templates/Uwp/Features/ToastNotifications._VB/Services/ToastNotificationsFeatureService.Samples.vb (1 line): - line 25: ' TODO WTS: Set a unique identifier for this notification within the notification group. (optional) templates/Uwp/Pages/Grid._VB/Views/GridViewPage.xaml (1 line): - line 15: templates/Uwp/Features/StoreNotifications._VB/Services/StoreNotificationsFeatureService.vb (1 line): - line 13: ' TODO WTS: Channel registration call can fail, please handle exceptions as appropriate to your scenario. templates/Uwp/Pages/Settings.Prism/ViewModels/SettingsPageViewModel.cs (1 line): - line 12: // TODO WTS: Add other settings as necessary. For help see https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/pages/settings.md templates/Uwp/_comp/MVVMToolkit/Project.MenuBar._VB/Views/ShellPage.xaml.vb (1 line): - line 6: ' TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/Pages/MediaPlayer._VB/ViewModels/MediaPlayerViewViewModel.vb (1 line): - line 8: ' TODO WTS: Set your default video and image URIs templates/Uwp/Features/ShareSource/Helpers/DataRequestExtensions.cs (1 line): - line 14: // TODO WTS: Start sharing data from your pages / views with these steps: templates/Uwp/_comp/MVVMBasic/Feat.ShareTarget._VB/Views/wts.ItemNamePage.xaml.vb (1 line): - line 5: ' TODO WTS: Remove this example page when/if it's not needed. templates/Uwp/Pages/DataGrid._VB/Views/DataGridViewPage.xaml (1 line): - line 19: TODO WTS: templates/Uwp/_comp/CodeBehind/Project.SplitView.TabbedNav/Views/ShellPage.xaml.cs (1 line): - line 18: // TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/WinUI/_comp/MVVMToolkit/Project.SplitView/Views/ShellPage.xaml (1 line): - line 24: TODO WTS: Change the symbols for each item as appropriate for your app templates/Uwp/_comp/CodeBehind/Project.MenuBar/Views/ShellPage.xaml.cs (1 line): - line 13: // TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/_comp/MVVMToolkit/Feat.ShareTarget/Views/wts.ItemNamePage.xaml.cs (1 line): - line 9: // TODO WTS: Remove this example page when/if it's not needed. templates/Uwp/_comp/CodeBehind/Project.SplitView.TabbedNav._VB/Views/ShellPage.xaml (1 line): - line 23: TODO WTS: Change the symbols for each item as appropriate for your app templates/Uwp/Pages/Settings/ViewModels/SettingsPageViewModel.cs (1 line): - line 11: // TODO WTS: Add other settings as necessary. For help see https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/pages/settings.md templates/Uwp/_comp/_shared/Services.WebApi/Param_ProjectName.WebApi/Controllers/ItemController.cs (1 line): - line 11: // TODO WTS: Update or replace this controller as necessary for your needs. templates/Uwp/_comp/Prism/Project.SplitView.TabbedNav/Views/ShellPage.xaml.cs (1 line): - line 7: // TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/WinUI/_comp/MVVMToolkit/Project.SplitView/Views/ShellPage.xaml.cs (1 line): - line 10: // TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/Wpf/_comp/MVVMToolkit/Project/App_postaction.xaml.cs (1 line): - line 52: // TODO WTS: Register your services, viewmodels and pages here templates/Wpf/_comp/CodeBehind/Project.SplitView/Views/ShellWindow.xaml.cs (1 line): - line 32: // TODO WTS: Change the icons and titles for all HamburgerMenuItems here. code/src/UI/Extensions/AnimationExtensions.cs (1 line): - line 18: // TODO: Ensure this is properly callled in the async world. if so, remove the in-line suppresion and move it to the suppresion file. templates/Wpf/_comp/CodeBehind/Service.IdentityOptionalLogin.SplitView/Views/ShellWindow_postaction.xaml.cs (1 line): - line 45: // TODO WTS: Change the icons and titles for all HamburgerMenuItems here. templates/Uwp/Features/FirstUsePrompt/Views/FirstRunDialog.xaml.cs (1 line): - line 11: // TODO WTS: Update the contents of this dialog with any important information you want to show when the app is used for the first time. templates/Uwp/_comp/MVVMBasic/Project.MenuBar._VB/Views/ShellPage.xaml (1 line): - line 37: TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/_comp/MVVMBasic/Project.MenuBar/Views/ShellPage.xaml.cs (1 line): - line 7: // TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/_comp/_shared/Services.WebApi/Param_ProjectName.WebApi/Models/IItemRepository.cs (1 line): - line 7: // TODO WTS: Replace or update this interface when no longer using sample data. templates/Uwp/Features/VSAppCenterAnalytics._VB/App_postaction.xaml.vb (1 line): - line 14: ' TODO WTS: Add your app in the app center and set your secret here. More at https://docs.microsoft.com/appcenter/sdk/getting-started/uwp templates/Uwp/Pages/Settings.CaliburnMicro/ViewModels/SettingsPageViewModel.cs (1 line): - line 10: // TODO WTS: Add other settings as necessary. For help see https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/pages/settings.md templates/Wpf/_comp/CodeBehind/Feature.ToastNotifications/App_postaction.xaml.cs (1 line): - line 27: // TODO: Register arguments you want to use on App initialization templates/Uwp/_comp/CaliburnMicro/Project.SplitView.TabbedNav/Views/ShellPage.xaml.cs (1 line): - line 8: // TODO WTS: Change the icons and titles for all NavigationViewItems in ShellPage.xaml. templates/Uwp/Features/CommandLine/Views/CmdLineActivationSamplePage.xaml.cs (1 line): - line 8: // TODO WTS: Remove this sample page when/if it's not needed. templates/Uwp/_comp/MVVMToolkit/Project.SplitView.TabbedNav/Views/ShellPage.xaml (1 line): - line 29: TODO WTS: Change the symbols for each item as appropriate for your app templates/Uwp/Features/UserActivity/Services/UserActivityService.Sample.cs (1 line): - line 39: // TODO WTS: Change this to configure your own adaptive card templates/Uwp/Projects/Default.CaliburnMicro/App.xaml.cs (1 line): - line 80: // TODO WTS: Please log and handle the exception as appropriate to your scenario templates/Wpf/_comp/_shared/Service.IdentityOptionalLogin.SplitView/Helpers/Restricted.cs (1 line): - line 5: // TODO WTS: Add this attribute to a ViewModel class to restrict the Page to authorized users templates/Wpf/_comp/_shared/Service.IdentityOptionalLogin.MenuBar/Helpers/Restricted.cs (1 line): - line 5: // TODO WTS: Add this attribute to a ViewModel class to restrict the Page to authorized users templates/Uwp/Services/WebApi/Param_ProjectName.WebApi/Models/ItemRepository.cs (1 line): - line 10: // TODO WTS: Replace or update this class when no longer using sample data. templates/Uwp/Features/UserActivity.MVVMLight/Services/UserActivityService.Sample.cs (1 line): - line 39: // TODO WTS: Change this to configure your own adaptive card templates/Uwp/_comp/Prism/Project.MenuBar/Views/ShellPage.xaml (1 line): - line 33: TODO WTS: You can edit the text for the menu in String/en-US/Resources.resw templates/Uwp/Pages/DataGrid.Prism/Param_ProjectName/Views/DataGridViewPage.xaml (1 line): - line 18: TODO WTS: