Merge pull request #4431 from microsoft/mikebattista/rebrand

Rebranding changes
This commit is contained in:
Mike Battista 2022-04-05 14:41:11 -07:00 коммит произвёл GitHub
Родитель c8821f8fe8 4c71f4cc04
Коммит 30500d3279
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
650 изменённых файлов: 1031 добавлений и 1031 удалений

Просмотреть файл

@ -1,5 +1,5 @@
# Windows Template Studio - ChangeLog
# Template Studio - ChangeLog
You can find a record of past changes by looking at our [releases](https://github.com/Microsoft/WindowsTemplateStudio/releases).
You can find a record of past changes by looking at our [releases](https://github.com/microsoft/TemplateStudio/releases).
You can learn about upcoming changes from the [roadmap](https://github.com/Microsoft/WindowsTemplateStudio/blob/dev/docs/roadmap.md).
You can learn about upcoming changes from the [roadmap](https://github.com/microsoft/TemplateStudio/blob/main/docs/roadmap.md).

Просмотреть файл

@ -1,18 +1,18 @@
# Contributing to Windows Template Studio
# Contributing to Template Studio
The foundation of *Windows Template Studio* is get a developer's `File -> New Project` experience up and going as fast possible.
The foundation of *Template Studio* is get a developer's `File -> New Project` experience up and going as fast possible.
A developer should be able to quickly and easily add features, pages, and have a solid foundation to start with. The starting code and XAML will be best practices, follow design guidelines and be commented to help aid in enabling everything a developer to get started and understand **why** something is like it is.
That's why many of the guidelines of this document are obvious and serve only one purpose: **Simplicity.**
Also remember that the Pull Requests must be done against the **[dev branch](https://github.com/Microsoft/WindowsTemplateStudio/tree/dev)**.
Also remember that the Pull Requests must be done against the **[dev branch](https://github.com/microsoft/TemplateStudio/tree/main)**.
## Before you begin
While we're grateful for any and all contributions, we don't want you to waste anyone's time. Please consider the following points before you start working on any contribution.
* Please comment on an [issue](https://github.com/microsoft/WindowsTemplateStudio/issues) to let us know you're interested in working on something before you start the work. Not only does this avoid multiple people unexpectedly working on the same thing at the same time but it enables us to make sure everyone is clear on what should be done to implement any new functionality. It's less work for everyone, in the long run, to establish this up front.
* Please comment on an [issue](https://github.com/microsoft/TemplateStudio/issues) to let us know you're interested in working on something before you start the work. Not only does this avoid multiple people unexpectedly working on the same thing at the same time but it enables us to make sure everyone is clear on what should be done to implement any new functionality. It's less work for everyone, in the long run, to establish this up front.
* The code that is output in the generated projects may end up in thousands of apps so it must be of the highest quality. Expect it to be reviewed very thoroughly and it must meet our standards for standards for style, structure, and format. There are details below and automated tests to verify their use.
* Get familiar with the automated tests that are part of the project. With so many possible combinations of output, it's impossible to verify everything manually. You will need to make sure they all pass.
* When adding anything new it should be created to work with all supported frameworks. If this is going to be a problem, discuss it before beginning work.
@ -22,8 +22,8 @@ While we're grateful for any and all contributions, we don't want you to waste a
Every contribution has to come with:
* Before starting coding, **you must open an [issue](https://github.com/microsoft/WindowsTemplateStudio/issues)** and start discussing with the community to see if the idea/feature is interesting enough.
* A documentation page in the [documentation folder](https://github.com/Microsoft/WindowsTemplateStudio/tree/release/docs).
* Before starting coding, **you must open an [issue](https://github.com/microsoft/TemplateStudio/issues)** and start discussing with the community to see if the idea/feature is interesting enough.
* A documentation page in the [documentation folder](https://github.com/microsoft/TemplateStudio/tree/main/docs).
* Unit tests (If applicable, or an explanation why they're not)
* If you've changed the UI:
@ -31,7 +31,7 @@ Every contribution has to come with:
- Be sure you have reviewed the [accesibility checklist](docs/accessibility.md).
* If you've included a new template:
- Be sure you reviewed the [Template Verification Checklist](https://github.com/microsoft/WindowsTemplateStudio/wiki/Checklist:-Template-Verification).
- Be sure you reviewed the [Template Verification Checklist](https://github.com/microsoft/TemplateStudio/wiki/Checklist:-Template-Verification).
* You tested your code with two most recent Windows 10 SDKs. (Build 18362 and 19041)
* You've run all existing tests to make sure you've not broken anything.

Просмотреть файл

@ -1,4 +1,4 @@
# Windows Template Studio
# Template Studio
Copyright (c) .NET Foundation and Contributors.

Просмотреть файл

@ -1,20 +1,20 @@
# Windows Template Studio
# Template Studio
*Windows Template Studio* (aka *WinTS*) is a Visual Studio 2019 Extension that accelerates the creation of new **Universal Windows Platform (UWP)**, **Windows Presentation Foundation (WPF .NET Core 3.1)** and **WinUI 3 in Desktop** apps using a wizard-based experience. The resulting project is well-formed, readable code that incorporates great development features while implementing proven patterns and best practices. Sprinkled throughout the generated code we have links to documentation to provide useful insights.
*WinTS* supports creating UWP apps in C# or VB.Net, WPF (.NET Core 3.1) apps in C# and **WinUI 3 in Desktop** apps in C# or C++.
*Template Studio* (aka *TS*) is a Visual Studio 2019 Extension that accelerates the creation of new **Universal Windows Platform (UWP)**, **Windows Presentation Foundation (WPF .NET Core 3.1)** and **WinUI 3 in Desktop** apps using a wizard-based experience. The resulting project is well-formed, readable code that incorporates great development features while implementing proven patterns and best practices. Sprinkled throughout the generated code we have links to documentation to provide useful insights.
*TS* supports creating UWP apps in C# or VB.Net, WPF (.NET Core 3.1) apps in C# and **WinUI 3 in Desktop** apps in C# or C++.
![Windows Template Studio UWP screenshot](./docs/resources/getting-started/WTS%20-%20Project%20Type.png)
![Template Studio UWP screenshot](./docs/resources/getting-started/WTS%20-%20Project%20Type.png)
![Windows Template Studio WPF screenshot](./docs/resources/getting-started/WTSProjectTypeWPF.png)
![Template Studio WPF screenshot](./docs/resources/getting-started/WTSProjectTypeWPF.png)
![Windows Template Studio **WinUI 3** screenshot](./docs/resources/getting-started/WTSProjectTypeWinUI.png)
![Template Studio **WinUI 3** screenshot](./docs/resources/getting-started/WTSProjectTypeWinUI.png)
## Build Status
|Branch |CI |Test Version|Version|
|:--------|:----------------:|:---------------:|:---------------:|
|release|[![Build Status](https://winappstudio.visualstudio.com/WTS/_apis/build/status/Template%20Studio/Template%20Studio%20CI?branchName=release)](https://winappstudio.visualstudio.com/WTS/_build/latest?definitionId=187&branchName=release)|[![Prerelease Version](https://wtsrepository.blob.core.windows.net/badges/img.prerelease.version.svg)](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/getting-started-extension.md#nightly--pre-release-feeds-for-windows-template-studio) |[![Production Version](https://wtsrepository.blob.core.windows.net/badges/img.release.version.svg?no-cache)](https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WindowsTemplateStudio)|
|dev|[![Build Status](https://winappstudio.visualstudio.com/WTS/_apis/build/status/Template%20Studio/Template%20Studio%20CI?branchName=dev)](https://winappstudio.visualstudio.com/WTS/_build/latest?definitionId=187&branchName=dev)|[![Nightly Version](https://wtsrepository.blob.core.windows.net/badges/img.nightly.version.svg)](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/getting-started-extension.md#nightly--pre-release-feeds-for-windows-template-studio)||
|release|[![Build Status](https://winappstudio.visualstudio.com/WTS/_apis/build/status/Template%20Studio/Template%20Studio%20CI?branchName=release)](https://winappstudio.visualstudio.com/WTS/_build/latest?definitionId=187&branchName=release)|[![Prerelease Version](https://wtsrepository.blob.core.windows.net/badges/img.prerelease.version.svg)](https://github.com/microsoft/TemplateStudio/blob/main/docs/getting-started-extension.md#nightly--pre-release-feeds-for-windows-template-studio) |[![Production Version](https://wtsrepository.blob.core.windows.net/badges/img.release.version.svg?no-cache)](https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WindowsTemplateStudio)|
|dev|[![Build Status](https://winappstudio.visualstudio.com/WTS/_apis/build/status/Template%20Studio/Template%20Studio%20CI?branchName=dev)](https://winappstudio.visualstudio.com/WTS/_build/latest?definitionId=187&branchName=dev)|[![Nightly Version](https://wtsrepository.blob.core.windows.net/badges/img.nightly.version.svg)](https://github.com/microsoft/TemplateStudio/blob/main/docs/getting-started-extension.md#nightly--pre-release-feeds-for-windows-template-studio)||
|Branch |Full Tests |OneByOne Tests |WACK Tests |
|:--------|:---------------:|:---------------:|:---------------:|
@ -30,7 +30,7 @@
## Features
*Windows Template Studio* approaches app creation using the following six attribute sets:
*Template Studio* approaches app creation using the following six attribute sets:
### **Project type**
@ -75,20 +75,20 @@ After selecting the items wanted in your app, you can extend the generated code
- [Installing the extension](./docs/getting-started-extension.md)
- [Understand the core concepts](./docs/concepts.md)
- [Using WinTS to build UWP apps](./docs/UWP/getting-started-endusers.md)
- [Using WinTS to build WPF apps](./docs/WPF/getting-started-endusers.md)
- [Using WinTS to build WinUI 3 in Desktop apps](./docs/WinUI/readme.md)
- [Working on WinTS](./docs/getting-started-developers.md)
- [Using TS to build UWP apps](./docs/UWP/getting-started-endusers.md)
- [Using TS to build WPF apps](./docs/WPF/getting-started-endusers.md)
- [Using TS to build WinUI 3 in Desktop apps](./docs/WinUI/readme.md)
- [Working on TS](./docs/getting-started-developers.md)
## Known issues
- You can't have side-by-side versions (nightly/pre-release/release) of *Windows Template Studio* VSPackage into a single instance of Visual Studio.
- You can't have side-by-side versions (nightly/pre-release/release) of *Template Studio* VSPackage into a single instance of Visual Studio.
## Feedback, Requests and Roadmap
Please use [GitHub issues](https://github.com/Microsoft/WindowsTemplateStudio/issues) for feedback, questions or comments.
Please use [GitHub issues](https://github.com/microsoft/TemplateStudio/issues) for feedback, questions or comments.
If you have specific feature requests or would like to vote on what others are recommending, please go to the [GitHub issues](https://github.com/Microsoft/WindowsTemplateStudio/issues) section as well. We would love to see what you are thinking.
If you have specific feature requests or would like to vote on what others are recommending, please go to the [GitHub issues](https://github.com/microsoft/TemplateStudio/issues) section as well. We would love to see what you are thinking.
Here is what we're currently thinking in our [roadmap](./docs/roadmap.md).

Просмотреть файл

@ -29,7 +29,7 @@ Param(
[string]$cmdSetGuid,
[Parameter(Mandatory=$False,Position=10)]
[string]$targetVsixCommandMenuName = "Windows Template Studio (local)",
[string]$targetVsixCommandMenuName = "Template Studio (local)",
[Parameter(Mandatory=$False,Position=11)]
[string]$targetPackageGuid = "ae1b4c32-9c93-45b8-a36b-8734f4b120dd",

Просмотреть файл

@ -1,12 +1,12 @@
# Introduction
Windows Template Studio goal is to help developers with their File->New experience in Visual Studio. It will generate a strong, generic foundation with the pages you need, but also integrate game changing features like Cortana, action center and background tasks from the start. Any critical features will have code comments with links to MSDN, stack overflow and blogs to help unblock developers. Once the template is generated for the developer, it can provide base sample data and will be able to compile then run without issue.
Template Studio goal is to help developers with their File->New experience in Visual Studio. It will generate a strong, generic foundation with the pages you need, but also integrate game changing features like Cortana, action center and background tasks from the start. Any critical features will have code comments with links to MSDN, stack overflow and blogs to help unblock developers. Once the template is generated for the developer, it can provide base sample data and will be able to compile then run without issue.
# Getting Started
Please read the [Getting Started with Windows Template Studio](../docs/readme.md) page for more detailed information about using Windows Template Studio.
Please read the [Getting Started with Template Studio](../docs/readme.md) page for more detailed information about using Template Studio.
To start working with the latest version of this code, check [Getting Started for Developers](../docs/getting-started-developers.md)
To start using Windows Template Studio extension, [Getting Started with the Extension](../docs/getting-started-extension.md)
To start using Template Studio extension, [Getting Started with the Extension](../docs/getting-started-extension.md)
To start authoring templates, check [Understanding the Templates](../docs/templates.md)

Просмотреть файл

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 17
# This solution was created by the WinTS emulator and might differ from what Visual Studio creates
# This solution was created by the TS emulator and might differ from what Visual Studio creates
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Global

Просмотреть файл

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# This solution was created by the WinTS emulator and might differ from what Visual Studio creates
# This solution was created by the TS emulator and might differ from what Visual Studio creates
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1

Просмотреть файл

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# This solution was created by the WinTS emulator and might differ from what Visual Studio creates
# This solution was created by the TS emulator and might differ from what Visual Studio creates
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1

Просмотреть файл

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
# This solution was created by the WinTS emulator and might differ from what Visual Studio creates
# This solution was created by the TS emulator and might differ from what Visual Studio creates
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Global

Просмотреть файл

@ -204,7 +204,7 @@ namespace Microsoft.Templates.UI.Launcher
var title = CoreStringRes.ErrorTitleInvalidProjectName;
//// Keep this a WTS link as it's to docs
var link = "https://github.com/microsoft/WindowsTemplateStudio/blob/release/docs/WTSNaming.md";
var link = "https://github.com/microsoft/TemplateStudio/blob/main/docs/WTSNaming.md";
var vm = new InfoDialogViewModel(title, message, link, _styleProvider);
var info = new Views.Common.InfoDialog(vm);
GenContext.ToolBox.Shell.UI.ShowModal(info);

Просмотреть файл

@ -28,7 +28,7 @@ namespace Microsoft.Templates.Core.Services
private const string VersionAttribLiteral = "Version";
private const string ItemLiteral = "Item";
private static readonly XNamespace NS = "http://schemas.microsoft.com/appx/developer/windowsTemplateStudio";
private static readonly XNamespace NS = "http://schemas.microsoft.com/appx/developer/templatestudio";
public static ProjectMetadata GetProjectMetadata(string projectPath)
{
@ -38,12 +38,12 @@ namespace Microsoft.Templates.Core.Services
{
if (!string.IsNullOrEmpty(projectPath))
{
var metadataFileNames = new List<string>() { "Package.appxmanifest", "WTS.ProjectConfig.xml" };
var metadataFileNames = new List<string>() { "Package.appxmanifest", "TemplateStudio.xml" };
var metadataFile = metadataFileNames.FirstOrDefault(fileName => File.Exists(Path.Combine(projectPath, fileName)));
if (!string.IsNullOrEmpty(metadataFile))
{
var manifest = XElement.Load(Path.Combine(projectPath, metadataFile));
XNamespace ns = "http://schemas.microsoft.com/appx/developer/windowsTemplateStudio";
XNamespace ns = "http://schemas.microsoft.com/appx/developer/templatestudio";
var metadata = manifest.Descendants().FirstOrDefault(e => e.Name.LocalName == MetadataLiteral && e.Name.Namespace == ns);
@ -68,7 +68,7 @@ namespace Microsoft.Templates.Core.Services
try
{
var projectFiles = Directory.GetParent(projectPath).GetFiles("*.*", SearchOption.AllDirectories);
var metadataFileNames = new List<string>() { "Package.appxmanifest", "WTS.ProjectConfig.xml" };
var metadataFileNames = new List<string>() { "Package.appxmanifest", "TemplateStudio.xml" };
var metadataFiles = projectFiles.Where(f => metadataFileNames.Any(mf => mf == f.Name));
foreach (var file in metadataFiles)
{

Просмотреть файл

@ -121,7 +121,7 @@ namespace Microsoft.Templates.UI.VisualStudio.GenShell
if (!string.IsNullOrEmpty(activeProjectPath) && projectKind != VsGenShellProperties.PackagingProjectTypeGuid)
{
var metadataFileNames = new List<string>() { "Package.appxmanifest", "WTS.ProjectConfig.xml" };
var metadataFileNames = new List<string>() { "Package.appxmanifest", "TemplateStudio.xml" };
var metadataFile = metadataFileNames.FirstOrDefault(fileName => File.Exists(Path.Combine(activeProjectPath, fileName)));
if (!string.IsNullOrEmpty(metadataFile))

10
code/SharedResources/StringRes.Designer.cs сгенерированный
Просмотреть файл

@ -1558,7 +1558,7 @@ namespace Microsoft.Templates.Resources {
}
/// <summary>
/// Looks up a localized string similar to Windows Template Studio Version {0} is available. Update the extension to enjoy the latest features..
/// Looks up a localized string similar to Template Studio Version {0} is available. Update the extension to enjoy the latest features..
/// </summary>
public static string NotificationSyncStatus_NewWizardVersionAvailable {
get {
@ -2893,7 +2893,7 @@ namespace Microsoft.Templates.Resources {
}
/// <summary>
/// Looks up a localized string similar to HamburgerMenu control is obsolete and Windows Template Studio now supports NavigationView. .
/// Looks up a localized string similar to HamburgerMenu control is obsolete and Template Studio now supports NavigationView. .
/// </summary>
public static string ValidatorHasHamburgerMenuMessage {
get {
@ -2974,7 +2974,7 @@ namespace Microsoft.Templates.Resources {
}
/// <summary>
/// Looks up a localized string similar to Windows Template Studio is now using the NavigationView from Windows UI Library..
/// Looks up a localized string similar to Template Studio is now using the NavigationView from Windows UI Library..
/// </summary>
public static string ValidatorHasOldNavigationViewMessage {
get {
@ -3001,7 +3001,7 @@ namespace Microsoft.Templates.Resources {
}
/// <summary>
/// Looks up a localized string similar to Windows Template Studio is now using horizontal NavigationView in Pivot projects. .
/// Looks up a localized string similar to Template Studio is now using horizontal NavigationView in Pivot projects. .
/// </summary>
public static string ValidatorHasPivotMessage {
get {
@ -3010,7 +3010,7 @@ namespace Microsoft.Templates.Resources {
}
/// <summary>
/// Looks up a localized string similar to Windows Template Studio.
/// Looks up a localized string similar to Template Studio.
/// </summary>
public static string WindowsTemplateStudio {
get {

Просмотреть файл

@ -550,7 +550,7 @@ Ověřte následující seznam balíčků požadovaných v kódu vašeho projek
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>Je dostupná verze Windows Template Studio {0}. Aktualizací rozšíření získáte přístup k nejnovějším funkcím.</value>
<value>Je dostupná verze Template Studio {0}. Aktualizací rozšíření získáte přístup k nejnovějším funkcím.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -875,7 +875,7 @@ Ověřte následující seznam balíčků požadovaných v kódu vašeho projek
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>Ovládací prvek HamburgerMenu je zastaralý a Windows Template Studio teď podporuje ovládací prvek NavigationView. </value>
<value>Ovládací prvek HamburgerMenu je zastaralý a Template Studio teď podporuje ovládací prvek NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">

Просмотреть файл

@ -875,7 +875,7 @@
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>Die HamburgerMenu-Steuerung ist veraltet, und Windows Template Studio unterstützt jetzt NavigationView. </value>
<value>Die HamburgerMenu-Steuerung ist veraltet, und Template Studio unterstützt jetzt NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">

Просмотреть файл

@ -550,7 +550,7 @@ Comprueba la lista siguiente de paquetes que necesitan el código del proyecto y
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>La versión {0} de Windows Template Studio está disponible. Actualiza la extensión para disfrutar de las últimas características.</value>
<value>La versión {0} de Template Studio está disponible. Actualiza la extensión para disfrutar de las últimas características.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -715,7 +715,7 @@ Comprueba la lista siguiente de paquetes que necesitan el código del proyecto y
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>Creando proyecto de Windows Template Studio...</value>
<value>Creando proyecto de Template Studio...</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -875,7 +875,7 @@ Comprueba la lista siguiente de paquetes que necesitan el código del proyecto y
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>El control HamburgerMenu es obsoleto y Windows Template Studio ahora admite NavigationView. </value>
<value>El control HamburgerMenu es obsoleto y Template Studio ahora admite NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">

Просмотреть файл

@ -550,7 +550,7 @@ Vérifiez la liste suivante reprenant les packages requis par le code de votre p
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>La version {0} de Windows Template Studio est disponible. Mettez à jour l'extension pour profiter des fonctionnalités les plus récentes.</value>
<value>La version {0} de Template Studio est disponible. Mettez à jour l'extension pour profiter des fonctionnalités les plus récentes.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -715,7 +715,7 @@ Vérifiez la liste suivante reprenant les packages requis par le code de votre p
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>Création du projet Windows Template Studio…</value>
<value>Création du projet Template Studio…</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">

Просмотреть файл

@ -550,7 +550,7 @@ Verifica il seguente elenco di pacchetti necessario al codice del progetto e agg
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>La versione {0} di Windows Template Studio è disponibile. Aggiorna l'estensione per usufruire delle funzionalità più recenti.</value>
<value>La versione {0} di Template Studio è disponibile. Aggiorna l'estensione per usufruire delle funzionalità più recenti.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -715,7 +715,7 @@ Verifica il seguente elenco di pacchetti necessario al codice del progetto e agg
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>Creazione progetto Windows Template Studio in corso...</value>
<value>Creazione progetto Template Studio in corso...</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -875,7 +875,7 @@ Verifica il seguente elenco di pacchetti necessario al codice del progetto e agg
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>Il controllo HamburgerMenu è obsoleto e Windows Template Studio ora supporta NavigationView. </value>
<value>Il controllo HamburgerMenu è obsoleto e Template Studio ora supporta NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">

Просмотреть файл

@ -875,7 +875,7 @@
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>HamburgerMenu コントロールは廃止されました。Windows Template Studio が現在サポートするのは NavigationView です。</value>
<value>HamburgerMenu コントロールは廃止されました。Template Studio が現在サポートするのは NavigationView です。</value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">
@ -911,7 +911,7 @@
<comment>Has old navigation view validation link documentation message</comment>
</data>
<data name="ValidatorHasOldNavigationViewMessage" xml:space="preserve">
<value>現在、Windows Template Studio は Windows UI ライブラリの NavigationView を使用しています。</value>
<value>現在、Template Studio は Windows UI ライブラリの NavigationView を使用しています。</value>
<comment>Has old navigation view validation error message</comment>
</data>
<data name="ValidatorHasPivotLink" xml:space="preserve">
@ -923,7 +923,7 @@
<comment>Has pivot validation link documentation message</comment>
</data>
<data name="ValidatorHasPivotMessage" xml:space="preserve">
<value>現在、Windows Template Studio はピボット プロジェクトの水平方向の NavigationView を使用しています。</value>
<value>現在、Template Studio はピボット プロジェクトの水平方向の NavigationView を使用しています。</value>
<comment>Has pivot validation error message</comment>
</data>
<data name="WindowsTemplateStudio" xml:space="preserve">

Просмотреть файл

@ -875,7 +875,7 @@
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>HamburgerMenu 제어를 사용하지 않고 이제 Windows Template Studio는 NavigationView를 지원합니다. </value>
<value>HamburgerMenu 제어를 사용하지 않고 이제 Template Studio는 NavigationView를 지원합니다. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">
@ -911,7 +911,7 @@
<comment>Has old navigation view validation link documentation message</comment>
</data>
<data name="ValidatorHasOldNavigationViewMessage" xml:space="preserve">
<value>이제 Windows Template Studio는 Windows UI Library의 NavigationView를 사용하고 있습니다.</value>
<value>이제 Template Studio는 Windows UI Library의 NavigationView를 사용하고 있습니다.</value>
<comment>Has old navigation view validation error message</comment>
</data>
<data name="ValidatorHasPivotLink" xml:space="preserve">

Просмотреть файл

@ -550,7 +550,7 @@ Sprawdź następującą listę pakietów wymaganych przez kod źródłowy Twojeg
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>Dostępna jest wersja {0} Windows Template Studio. Zaktualizuj rozszerzenie, aby móc korzystać z najnowszych funkcji.</value>
<value>Dostępna jest wersja {0} Template Studio. Zaktualizuj rozszerzenie, aby móc korzystać z najnowszych funkcji.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -715,7 +715,7 @@ Sprawdź następującą listę pakietów wymaganych przez kod źródłowy Twojeg
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>Tworzenie projektu Windows Template Studio…</value>
<value>Tworzenie projektu Template Studio…</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -863,7 +863,7 @@ Sprawdź następującą listę pakietów wymaganych przez kod źródłowy Twojeg
<comment>Has ActivationService before Identity link documentation message</comment>
</data>
<data name="ValidatorHasActivationServiceBeforeIdentityMessage" xml:space="preserve">
<value>Program Windows Template Studio zmienił usługę ActivationService, aby można było uwzględnić funkcje Identity.</value>
<value>Program Template Studio zmienił usługę ActivationService, aby można było uwzględnić funkcje Identity.</value>
<comment>Has ActivationService before Identity error message</comment>
</data>
<data name="ValidatorHasHamburgerMenuLink" xml:space="preserve">
@ -875,7 +875,7 @@ Sprawdź następującą listę pakietów wymaganych przez kod źródłowy Twojeg
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>Kontrolka HamburgerMenu jest przestarzała, a program Windows Template Studio obsługuje teraz kontrolkę NavigationView. </value>
<value>Kontrolka HamburgerMenu jest przestarzała, a program Template Studio obsługuje teraz kontrolkę NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">
@ -887,7 +887,7 @@ Sprawdź następującą listę pakietów wymaganych przez kod źródłowy Twojeg
<comment>Has no core project validation link documentation message</comment>
</data>
<data name="ValidatorHasNoCoreProjectMessage" xml:space="preserve">
<value>Program Windows Template Studio doda teraz projekt podstawowy. </value>
<value>Program Template Studio doda teraz projekt podstawowy. </value>
<comment>Has no core project validation error message</comment>
</data>
<data name="ValidatorHasOldMvvmLightLocatorLink" xml:space="preserve">

Просмотреть файл

@ -550,7 +550,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>O Windows Template Studio Versão {0} está disponível. Atualize a extensão para aproveitar os últimos recursos.</value>
<value>O Template Studio Versão {0} está disponível. Atualize a extensão para aproveitar os últimos recursos.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -715,7 +715,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>Criando projeto do Windows Template Studio...</value>
<value>Criando projeto do Template Studio...</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -863,7 +863,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Has ActivationService before Identity link documentation message</comment>
</data>
<data name="ValidatorHasActivationServiceBeforeIdentityMessage" xml:space="preserve">
<value>O Windows Template Studio alterou o serviço de ativação para conseguir incluir recursos de Identity.</value>
<value>O Template Studio alterou o serviço de ativação para conseguir incluir recursos de Identity.</value>
<comment>Has ActivationService before Identity error message</comment>
</data>
<data name="ValidatorHasHamburgerMenuLink" xml:space="preserve">
@ -875,7 +875,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>O controle HamburgerMenu está obsoleto, e agora o Windows Template Studio dá suporte a NavigationView. </value>
<value>O controle HamburgerMenu está obsoleto, e agora o Template Studio dá suporte a NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">
@ -887,7 +887,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Has no core project validation link documentation message</comment>
</data>
<data name="ValidatorHasNoCoreProjectMessage" xml:space="preserve">
<value>O Windows Template Studio está adicionando um projeto principal. </value>
<value>O Template Studio está adicionando um projeto principal. </value>
<comment>Has no core project validation error message</comment>
</data>
<data name="ValidatorHasOldMvvmLightLocatorLink" xml:space="preserve">
@ -911,7 +911,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Has old navigation view validation link documentation message</comment>
</data>
<data name="ValidatorHasOldNavigationViewMessage" xml:space="preserve">
<value>O Windows Template Studio agora está usando o NavigationView da Biblioteca de IU do Windows.</value>
<value>O Template Studio agora está usando o NavigationView da Biblioteca de IU do Windows.</value>
<comment>Has old navigation view validation error message</comment>
</data>
<data name="ValidatorHasPivotLink" xml:space="preserve">
@ -923,7 +923,7 @@ Verifique a seguinte lista de pacotes necessários para o código de seu projeto
<comment>Has pivot validation link documentation message</comment>
</data>
<data name="ValidatorHasPivotMessage" xml:space="preserve">
<value>O Windows Template Studio agora está usando o NavigationView horizontal em projetos de Tabela Dinâmica. </value>
<value>O Template Studio agora está usando o NavigationView horizontal em projetos de Tabela Dinâmica. </value>
<comment>Has pivot validation error message</comment>
</data>
<data name="WindowsTemplateStudio" xml:space="preserve">

Просмотреть файл

@ -338,7 +338,7 @@
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>Windows Template Studio Version {0} is available. Update the extension to enjoy the latest features.</value>
<value>Template Studio Version {0} is available. Update the extension to enjoy the latest features.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -474,7 +474,7 @@
<comment>Licenses Terms and conditions text</comment>
</data>
<data name="WindowsTemplateStudio" xml:space="preserve">
<value>Windows Template Studio</value>
<value>Template Studio</value>
<comment>Windows template studio label</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -630,15 +630,15 @@
<comment>Help text to add template item. {0}: name of template</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>HamburgerMenu control is obsolete and Windows Template Studio now supports NavigationView. </value>
<value>HamburgerMenu control is obsolete and Template Studio now supports NavigationView. </value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasPivotMessage" xml:space="preserve">
<value>Windows Template Studio is now using horizontal NavigationView in Pivot projects. </value>
<value>Template Studio is now using horizontal NavigationView in Pivot projects. </value>
<comment>Has pivot validation error message</comment>
</data>
<data name="ValidatorHasOldNavigationViewMessage" xml:space="preserve">
<value>Windows Template Studio is now using the NavigationView from Windows UI Library.</value>
<value>Template Studio is now using the NavigationView from Windows UI Library.</value>
<comment>Has old navigation view validation error message</comment>
</data>
<data name="ButtonCompositionTool" xml:space="preserve">

Просмотреть файл

@ -550,7 +550,7 @@
<comment>Notification message for Sync Error, {0}:Version</comment>
</data>
<data name="NotificationSyncStatus_NewWizardVersionAvailable" xml:space="preserve">
<value>Доступна версия Windows Template Studio {0}. Обновите расширение, чтобы оценить новейшие функции.</value>
<value>Доступна версия Template Studio {0}. Обновите расширение, чтобы оценить новейшие функции.</value>
<comment>Notification message for Sync Status: New Wizard Version available, {0}:New Version</comment>
</data>
<data name="NotificationSyncStatus_Preparing" xml:space="preserve">
@ -863,7 +863,7 @@
<comment>Has ActivationService before Identity link documentation message</comment>
</data>
<data name="ValidatorHasActivationServiceBeforeIdentityMessage" xml:space="preserve">
<value>Расширение Windows Template Studio изменило службу ActivationService так, чтобы она могла включать возможности Identity.</value>
<value>Расширение Template Studio изменило службу ActivationService так, чтобы она могла включать возможности Identity.</value>
<comment>Has ActivationService before Identity error message</comment>
</data>
<data name="ValidatorHasHamburgerMenuLink" xml:space="preserve">

Просмотреть файл

@ -715,7 +715,7 @@
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>正在创建 Windows Template Studio 项目...</value>
<value>正在创建 Template Studio 项目...</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -875,7 +875,7 @@
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>HamburgerMenu 控件已过时,Windows Template Studio 现在支持 NavigationView。</value>
<value>HamburgerMenu 控件已过时Template Studio 现在支持 NavigationView。</value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">

Просмотреть файл

@ -715,7 +715,7 @@
<comment>Status bar message for adding project references</comment>
</data>
<data name="StatusBarCreatingProject" xml:space="preserve">
<value>正在建立 Windows Template Studio 專案...</value>
<value>正在建立 Template Studio 專案...</value>
<comment>Status bar message for solution wizard run finished</comment>
</data>
<data name="StatusBarGenerationFinished" xml:space="preserve">
@ -875,7 +875,7 @@
<comment>Has hamburger menu validation link documentation message</comment>
</data>
<data name="ValidatorHasHamburgerMenuMessage" xml:space="preserve">
<value>HamburgerMenu 控制項已淘汰,Windows Template Studio 現在支援 NavigationView。</value>
<value>HamburgerMenu 控制項已淘汰Template Studio 現在支援 NavigationView。</value>
<comment>Has hamburger menu validation error message</comment>
</data>
<data name="ValidatorHasNoCoreProjectLink" xml:space="preserve">

Просмотреть файл

@ -3,7 +3,7 @@
Public Sub New()
'{[{
' TODO WTS: Replace the default 3D Launcher model with something appropriate to your app
' TODO: Replace the default 3D Launcher model with something appropriate to your app
' For details see https://docs.microsoft.com/windows/mixed-reality/3d-app-launcher-design-guidance
'}]}
End Sub

Просмотреть файл

@ -7,7 +7,7 @@
<!--{[{-->
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
<!--}]}-->
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/windowsTemplateStudio"
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio"
IgnorableNamespaces="uap mp genTemplate<!--{[{--> uap5<!--}]}-->">
<Applications>

Просмотреть файл

@ -2,7 +2,7 @@
public App()
{
//{[{
// TODO WTS: Replace the default 3D Launcher model with something appropriate to your app
// TODO: Replace the default 3D Launcher model with something appropriate to your app
// For details see https://docs.microsoft.com/windows/mixed-reality/3d-app-launcher-design-guidance
//}]}
}

Просмотреть файл

@ -7,7 +7,7 @@
<!--{[{-->
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
<!--}]}-->
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/windowsTemplateStudio"
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio"
IgnorableNamespaces="uap mp genTemplate<!--{[{--> uap5<!--}]}-->">
<Applications>

Просмотреть файл

@ -36,7 +36,7 @@ namespace Param_RootNamespace
{
// Edge case where the in-process background task's activation trigger is handled when the application is just shut down.
// Known issue: NullReferenceException in the OnSuspending method for the short application activation to handle the trigger.
// This will be fixed in the next Prism release, more info see https://github.com/Microsoft/WindowsTemplateStudio/issues/2632
// This will be fixed in the next Prism release, more info see https://github.com/microsoft/TemplateStudio/issues/2632
CreateAndConfigureContainer();
}

Просмотреть файл

@ -27,7 +27,7 @@ namespace Param_RootNamespace.BackgroundTasks
Name = taskName
};
// TODO WTS: Define the trigger for your background task and set any (optional) conditions
// TODO: Define the trigger for your background task and set any (optional) conditions
// More details at https://docs.microsoft.com/windows/uwp/launch-resume/create-and-register-an-inproc-background-task
builder.SetTrigger(new TimeTrigger(15, false));
builder.AddCondition(new SystemCondition(SystemConditionType.UserPresent));
@ -47,7 +47,7 @@ namespace Param_RootNamespace.BackgroundTasks
return Task.Run(() =>
{
//// TODO WTS: Insert the code that should be executed in the background task here.
//// TODO: Insert the code that should be executed in the background task here.
//// This sample initializes a timer that counts to 100 in steps of 10. It updates Message each time.
//// Documentation:
@ -68,7 +68,7 @@ namespace Param_RootNamespace.BackgroundTasks
{
_cancelRequested = true;
// TODO WTS: Insert code to handle the cancelation request here.
// TODO: Insert code to handle the cancelation request here.
// Documentation: https://docs.microsoft.com/windows/uwp/launch-resume/handle-a-cancelled-background-task
}

Просмотреть файл

@ -22,7 +22,7 @@ Namespace BackgroundTasks
.Name = taskName
}
' TODO WTS: Define the trigger for your background task and set any (optional) conditions
' TODO: Define the trigger for your background task and set any (optional) conditions
' More details at https://docs.microsoft.com/windows/uwp/launch-resume/create-and-register-an-inproc-background-task
builder.SetTrigger(New TimeTrigger(15, False))
builder.AddCondition(New SystemCondition(SystemConditionType.UserPresent))
@ -39,7 +39,7 @@ Namespace BackgroundTasks
_deferral = taskInstance.GetDeferral()
Return Task.Run(Sub()
' TODO WTS: Insert the code that should be executed in the background task here.
' TODO: Insert the code that should be executed in the background task here.
' This sample initializes a timer that counts to 100 in steps of 10. It updates Message each time.
' Documentation:
@ -59,7 +59,7 @@ Namespace BackgroundTasks
Public Overrides Sub OnCanceled(sender As IBackgroundTaskInstance, reason As BackgroundTaskCancellationReason)
_cancelRequested = True
' TODO WTS: Insert code to handle the cancelation request here.
' TODO: Insert code to handle the cancelation request here.
' Documentation: https://docs.microsoft.com/windows/uwp/launch-resume/handle-a-cancelled-background-task
End Sub

Просмотреть файл

@ -27,7 +27,7 @@ namespace Param_RootNamespace.BackgroundTasks
Name = taskName
};
// TODO WTS: Define the trigger for your background task and set any (optional) conditions
// TODO: Define the trigger for your background task and set any (optional) conditions
// More details at https://docs.microsoft.com/windows/uwp/launch-resume/create-and-register-an-inproc-background-task
builder.SetTrigger(new TimeTrigger(15, false));
builder.AddCondition(new SystemCondition(SystemConditionType.UserPresent));
@ -47,7 +47,7 @@ namespace Param_RootNamespace.BackgroundTasks
return Task.Run(() =>
{
//// TODO WTS: Insert the code that should be executed in the background task here.
//// TODO: Insert the code that should be executed in the background task here.
//// This sample initializes a timer that counts to 100 in steps of 10. It updates Message each time.
//// Documentation:
@ -68,7 +68,7 @@ namespace Param_RootNamespace.BackgroundTasks
{
_cancelRequested = true;
// TODO WTS: Insert code to handle the cancelation request here.
// TODO: Insert code to handle the cancelation request here.
// Documentation: https://docs.microsoft.com/windows/uwp/launch-resume/handle-a-cancelled-background-task
}

Просмотреть файл

@ -45,7 +45,7 @@ namespace Param_RootNamespace
// This is typically not the install location of the app itself, but could be any arbitrary path.
var activationPath = cmdLineDetails.activationPath;
//// TODO WTS: parse the cmdLineString to determine what to do.
//// TODO: parse the cmdLineString to determine what to do.
//// If the arguments warrant showing a different view on launch, that can be done here.
//// await LaunchApplicationAsync(PageTokens.CmdLineActivationSamplePage, cmdLineString);
//// If you do nothing, the app will launch like normal.

Просмотреть файл

@ -7,7 +7,7 @@
<!--{[{-->
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
<!--}]}-->
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/windowsTemplateStudio"
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio"
IgnorableNamespaces="uap mp genTemplate<!--{[{--> uap5<!--}]}-->">
<Applications>
<Application Id="App"

Просмотреть файл

@ -5,7 +5,7 @@ using Windows.UI.Xaml.Navigation;
namespace Param_RootNamespace.Views
{
// TODO WTS: Remove this sample page when/if it's not needed.
// TODO: Remove this sample page when/if it's not needed.
// This page is an sample of how to launch a specific page in response to launching from the command line and passing arguments.
// It is expected that you will delete this page once you have changed the handling of command line launch to meet
// your needs and redirected to another of your pages.

Просмотреть файл

@ -19,7 +19,7 @@ Namespace Activation
' This is typically not the install location of the app itself, but could be any arbitrary path.
Dim activationPath As String = operation.CurrentDirectoryPath
' TODO WTS: parse the cmdLineString to determine what to do.
' TODO: parse the cmdLineString to determine what to do.
' If doing anything async, get a deferral first.
' Using deferral = operation.GetDeferral()
' Await ParseCmdString(cmdLineString, activationPath)

Просмотреть файл

@ -7,7 +7,7 @@
<!--{[{-->
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
<!--}]}-->
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/windowsTemplateStudio"
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio"
IgnorableNamespaces="uap mp genTemplate<!--{[{--> uap5<!--}]}-->">
<Applications>
<Application Id="App"

Просмотреть файл

@ -1,7 +1,7 @@

Namespace Views
' TODO WTS: Remove this sample page when/if it's not needed.
' TODO: Remove this sample page when/if it's not needed.
' This page is an sample of how to launch a specific page in response to launching from the command line and passing arguments.
' It is expected that you will delete this page once you have changed the handling of command line launch to meet
' your needs and redirected to another of your pages.

Просмотреть файл

@ -25,7 +25,7 @@ namespace Param_RootNamespace.Activation
// This is typically not the install location of the app itself, but could be any arbitrary path.
string activationPath = operation.CurrentDirectoryPath;
//// TODO WTS: parse the cmdLineString to determine what to do.
//// TODO: parse the cmdLineString to determine what to do.
//// If doing anything async, get a deferral first.
//// using (var deferral = operation.GetDeferral())
//// {

Просмотреть файл

@ -7,7 +7,7 @@
<!--{[{-->
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
<!--}]}-->
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/windowsTemplateStudio"
xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio"
IgnorableNamespaces="uap mp genTemplate<!--{[{--> uap5<!--}]}-->">
<Applications>
<Application Id="App"

Просмотреть файл

@ -5,7 +5,7 @@ using Windows.UI.Xaml.Navigation;
namespace Param_RootNamespace.Views
{
// TODO WTS: Remove this sample page when/if it's not needed.
// TODO: Remove this sample page when/if it's not needed.
// This page is an sample of how to launch a specific page in response to launching from the command line and passing arguments.
// It is expected that you will delete this page once you have changed the handling of command line launch to meet
// your needs and redirected to another of your pages.

Просмотреть файл

@ -8,7 +8,7 @@ namespace Param_RootNamespace.Activation
{
private static readonly Dictionary<string, string> _activationPages = new Dictionary<string, string>()
{
// TODO WTS: Add the pages that can be opened from scheme activation in your app here.
// TODO: Add the pages that can be opened from scheme activation in your app here.
{ "sample", PageTokens.SchemeActivationSamplePage }
};

Просмотреть файл

@ -6,9 +6,9 @@ namespace Param_RootNamespace.Activation
{
public class SchemeActivationData
{
// TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app.
// More details about this functionality can be found at https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/deep-linking.md
// TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch.
// TODO: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app.
// More details about this functionality can be found at https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/deep-linking.md
// TODO: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch.
// Also update this protocol name with the same value as package.appxmanifest.
private const string ProtocolName = "wtsapp";

Просмотреть файл

@ -6,7 +6,7 @@ using Prism.Windows.Navigation;
namespace Param_RootNamespace.ViewModels
{
// TODO WTS: Remove this sample page when/if it's not needed.
// TODO: Remove this sample page when/if it's not needed.
// This page is an sample of how to launch a specific page in response to a protocol launch and pass it a value.
// It is expected that you will delete this page once you have changed the handling of a protocol launch to meet
// your needs and redirected to another of your pages.

Просмотреть файл

@ -6,7 +6,7 @@ using Param_RootNamespace.ViewModels;
namespace Param_RootNamespace.Views
{
// TODO WTS: Remove this sample page when/if it's not needed.
// TODO: Remove this sample page when/if it's not needed.
// This page is an sample of how to launch a specific page in response to a protocol launch and pass it a value.
// It is expected that you will delete this page once you have changed the handling of a protocol launch to meet
// your needs and redirected to another of your pages.

Просмотреть файл

@ -1,6 +1,6 @@
Namespace Activation
Friend Module SchemeActivationConfig
' TODO WTS: Add the pages that can be opened from scheme activation in your app here.
' TODO: Add the pages that can be opened from scheme activation in your app here.
Private ReadOnly _activationPages As Dictionary(Of String, Type) = New Dictionary(Of String, Type)() From
{
{"sample", GetType(Views.SchemeActivationSamplePage)}

Просмотреть файл

@ -2,9 +2,9 @@
Namespace Activation
Public Class SchemeActivationData
' TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app.
' More details about this functionality can be found at https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/deep-linking.md
' TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch.
' TODO: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app.
' More details about this functionality can be found at https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/deep-linking.md
' TODO: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch.
' Also update this protocol name with the same value as package.appxmanifest.
Private Const ProtocolName As String = "wtsapp"

Просмотреть файл

@ -1,5 +1,5 @@
Namespace Views
' TODO WTS: Remove this sample page when/if it's not needed.
' TODO: Remove this sample page when/if it's not needed.
' This page is an sample of how to launch a specific page in response to a protocol launch and pass it a value.
' It is expected that you will delete this page once you have changed the handling of a protocol launch to meet
' your needs and redirected to another of your pages.

Просмотреть файл

@ -8,7 +8,7 @@ namespace Param_RootNamespace.Activation
{
private static readonly Dictionary<string, Type> _activationPages = new Dictionary<string, Type>()
{
// TODO WTS: Add the pages that can be opened from scheme activation in your app here.
// TODO: Add the pages that can be opened from scheme activation in your app here.
{ "sample", typeof(Views.SchemeActivationSamplePage) }
};

Просмотреть файл

@ -6,9 +6,9 @@ namespace Param_RootNamespace.Activation
{
public class SchemeActivationData
{
// TODO WTS: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app.
// More details about this functionality can be found at https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/deep-linking.md
// TODO WTS: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch.
// TODO: Open package.appxmanifest and change the declaration for the scheme (from the default of 'wtsapp') to what you want for your app.
// More details about this functionality can be found at https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/deep-linking.md
// TODO: Change the image in Assets/Logo.png to one for display if the OS asks the user which app to launch.
// Also update this protocol name with the same value as package.appxmanifest.
private const string ProtocolName = "wtsapp";

Просмотреть файл

@ -5,7 +5,7 @@ using Windows.UI.Xaml.Navigation;
namespace Param_RootNamespace.Views
{
// TODO WTS: Remove this sample page when/if it's not needed.
// TODO: Remove this sample page when/if it's not needed.
// This page is an sample of how to launch a specific page in response to a protocol launch and pass it a value.
// It is expected that you will delete this page once you have changed the handling of a protocol launch to meet
// your needs and redirected to another of your pages.

Просмотреть файл

@ -2,4 +2,4 @@
Funkce Přetahování poskytuje službu, která zabaluje [standardní funkci platformy UPW pro přetahování](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a zjednodušuje tak kód potřebný pro vytvoření aplikace podporující přetahování, a dodržuje také vzor pro rámec (framework), který vaše aplikace používá.
[Další informace](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Další informace](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Das Drag & Drop-Feature stellt einen Wrapper-Dienst für die [Drag & Drop-Standardfunktionalität der UWP](https://docs.microsoft.com/de-de/windows/uwp/design/input/drag-and-drop) bereit, um den für die Entwicklung von Drag & Drop-kompatiblen Apps erforderlichen Code zu vereinfachen, und folgt dem frameworkmuster Ihrer App.
[Weitere Informationen](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Weitere Informationen](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
The Drag & Drop feature provides a wrapper service over the [standard UWP drag and drop functionallity](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) to simplify the required code to create drag and drop ready apps as well as follows the framework pattern used by your app.
[More info](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[More info](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La función de arrastrar y colocar proporciona un servicio de contenedor para la [funcionalidad estándar de arrastrar y colocar de UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) que simplifica el código necesario para crear aplicaciones listas para arrastrar y colocar y que sigue el patrón del framework que utiliza tu aplicación.
[Más información](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Más información](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La fonctionnalité de glisser-déposer fournit un Service Wrapper sur la [fonctionnalité de glisser-déposer UWP standard] (https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) afin de simplifier le code requis pour créer des applications prêtes à prendre en charge les fonctions de glisser-déposer et à suivre le modèle framework de structure utilisé par votre application.
[Plus d'informations](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Plus d'informations](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La funzionalità Trascinamento fornisce un servizio wrapper basato sulla [funzionalità di trascinamento della selezione UWP standard](https://docs.microsoft.com/it-it/windows/uwp/design/input/drag-and-drop) al fine di semplificare il codice necessario per creare app che includano tale funzionalità e rispettare il modello di framework della tua app.
[Maggiori informazioni](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Maggiori informazioni](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
ドラッグ アンド ドロップ機能は、[UWP の標準ドラッグ アンド ドロップ機能] (https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) に対するラッパー サービスを提供し、ドラッグ アンド ドロップに対応するアプリの作成に必要なコードを簡素化します。また、ドラッグ アンド ドロップ機能は、アプリが使用する framework パターンに従います。
[詳細情報] (https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[詳細情報] (https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
끌어서 놓기 기능은 [표준 UWP 끌어서 놓기 기능](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop)에 래퍼 서비스를 제공하여 앱에 끌어서 놓기 기능을 만들 수 있는 코드 작업을 간소화하고 앱에서 사용하는 framework 패턴을 적용할 수 있습니다.
[자세한 정보](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[자세한 정보](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Funkcja Przeciągnij i upuść oferuje usługę otoki wokół [standardowej funkcji Przeciągnij i upuść UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop), dzięki czemu kod wymagany do tworzenia obsługujących ją aplikacji jest prostszy i zgodny ze strukturą (framework) aplikacji.
[Więcej informacji](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Więcej informacji](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
O recurso Arrastar e Soltar fornece um serviço wrapper sobre a [funcionalidade arrastar e soltar padrão do UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a fim de simplificar o código exigido para criar aplicativos prontos para o recurso. Além disso, ele segue o padrão da framework utilizada por seu aplicativo.
[Mais informações](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Mais informações](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Служба перетаскивания представляет собой оболочку для [стандартных функций перетаскивания универсальной платформы Windows] (https://docs.microsoft.com/ru-ru/windows/uwp/design/input/drag-and-drop). Она упрощает написание кода для поддержки перетаскивания и встраивается в шаблон framework создаваемого вами приложения.
[Дополнительные сведения](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Дополнительные сведения](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Sürükle ve Bırak özelliği, sürükle ve bırak seçeneğinin kullanılabildiği uygulamalar oluşturmak için gereken kodu basitleştirmek üzere [standart UWP sürükle ve bırak işlevselliği](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) üzerinde bir sarmalayıcı hizmeti sunar ve uygulamanızın kullandığı framework desenini takip eder.
[Daha fazla bilgi](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Daha fazla bilgi](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
拖放功能通过[标准 UWP 拖放功能] (https://docs.microsoft.com/zh-cn/windows/uwp/design/input/drag-and-drop) 提供包覆服务,以简化创建支持拖放的应用所需的代码;该功能同时遵循你的应用所使用的 framework 模式。
[详细信息](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[详细信息](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
「拖放」功能為[標準 UWP 拖放功能](https://docs.microsoft.com/zh-tw/windows/uwp/design/input/drag-and-drop) 提供包裝函式服務來簡化建立具備拖放功能之應用程式所需的程式碼也會遵循您的應用程式所使用的framework模式。
[詳細資訊](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[詳細資訊](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Funkce Přetahování poskytuje službu, která zabaluje [standardní funkci platformy UPW pro přetahování](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a zjednodušuje tak kód potřebný pro vytvoření aplikace podporující přetahování, a dodržuje také vzor pro rámec (framework), který vaše aplikace používá.
[Další informace](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Další informace](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Das Drag & Drop-Feature stellt einen Wrapper-Dienst für die [Drag & Drop-Standardfunktionalität der UWP](https://docs.microsoft.com/de-de/windows/uwp/design/input/drag-and-drop) bereit, um den für die Entwicklung von Drag & Drop-kompatiblen Apps erforderlichen Code zu vereinfachen, und folgt dem frameworkmuster Ihrer App.
[Weitere Informationen](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Weitere Informationen](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
The Drag & Drop feature provides a wrapper service over the [standard UWP drag and drop functionallity](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) to simplify the required code to create drag and drop ready apps as well as follows the framework pattern used by your app.
[More info](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[More info](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La función de arrastrar y colocar proporciona un servicio de contenedor para la [funcionalidad estándar de arrastrar y colocar de UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) que simplifica el código necesario para crear aplicaciones listas para arrastrar y colocar y que sigue el patrón del framework que utiliza tu aplicación.
[Más información](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Más información](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La fonctionnalité de glisser-déposer fournit un Service Wrapper sur la [fonctionnalité de glisser-déposer UWP standard] (https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) afin de simplifier le code requis pour créer des applications prêtes à prendre en charge les fonctions de glisser-déposer et à suivre le modèle framework de structure utilisé par votre application.
[Plus d'informations](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Plus d'informations](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La funzionalità Trascinamento fornisce un servizio wrapper basato sulla [funzionalità di trascinamento della selezione UWP standard](https://docs.microsoft.com/it-it/windows/uwp/design/input/drag-and-drop) al fine di semplificare il codice necessario per creare app che includano tale funzionalità e rispettare il modello di framework della tua app.
[Maggiori informazioni](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Maggiori informazioni](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
ドラッグ アンド ドロップ機能は、[UWP の標準ドラッグ アンド ドロップ機能] (https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) に対するラッパー サービスを提供し、ドラッグ アンド ドロップに対応するアプリの作成に必要なコードを簡素化します。また、ドラッグ アンド ドロップ機能は、アプリが使用する framework パターンに従います。
[詳細情報] (https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[詳細情報] (https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
끌어서 놓기 기능은 [표준 UWP 끌어서 놓기 기능](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop)에 래퍼 서비스를 제공하여 앱에 끌어서 놓기 기능을 만들 수 있는 코드 작업을 간소화하고 앱에서 사용하는 framework 패턴을 적용할 수 있습니다.
[자세한 정보](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[자세한 정보](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Funkcja Przeciągnij i upuść oferuje usługę otoki wokół [standardowej funkcji Przeciągnij i upuść UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop), dzięki czemu kod wymagany do tworzenia obsługujących ją aplikacji jest prostszy i zgodny ze strukturą (framework) aplikacji.
[Więcej informacji](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Więcej informacji](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
O recurso Arrastar e Soltar fornece um serviço wrapper sobre a [funcionalidade arrastar e soltar padrão do UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a fim de simplificar o código exigido para criar aplicativos prontos para o recurso. Além disso, ele segue o padrão da framework utilizada por seu aplicativo.
[Mais informações](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Mais informações](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Служба перетаскивания представляет собой оболочку для [стандартных функций перетаскивания универсальной платформы Windows] (https://docs.microsoft.com/ru-ru/windows/uwp/design/input/drag-and-drop). Она упрощает написание кода для поддержки перетаскивания и встраивается в шаблон framework создаваемого вами приложения.
[Дополнительные сведения](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Дополнительные сведения](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Sürükle ve Bırak özelliği, sürükle ve bırak seçeneğinin kullanılabildiği uygulamalar oluşturmak için gereken kodu basitleştirmek üzere [standart UWP sürükle ve bırak işlevselliği](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) üzerinde bir sarmalayıcı hizmeti sunar ve uygulamanızın kullandığı framework desenini takip eder.
[Daha fazla bilgi](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Daha fazla bilgi](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
拖放功能通过[标准 UWP 拖放功能] (https://docs.microsoft.com/zh-cn/windows/uwp/design/input/drag-and-drop) 提供包覆服务,以简化创建支持拖放的应用所需的代码;该功能同时遵循你的应用所使用的 framework 模式。
[详细信息](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[详细信息](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
「拖放」功能為[標準 UWP 拖放功能](https://docs.microsoft.com/zh-tw/windows/uwp/design/input/drag-and-drop) 提供包裝函式服務來簡化建立具備拖放功能之應用程式所需的程式碼也會遵循您的應用程式所使用的framework模式。
[詳細資訊](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[詳細資訊](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Funkce Přetahování poskytuje službu, která zabaluje [standardní funkci platformy UPW pro přetahování](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a zjednodušuje tak kód potřebný pro vytvoření aplikace podporující přetahování, a dodržuje také vzor pro rámec (framework), který vaše aplikace používá.
[Další informace](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Další informace](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Das Drag & Drop-Feature stellt einen Wrapper-Dienst für die [Drag & Drop-Standardfunktionalität der UWP](https://docs.microsoft.com/de-de/windows/uwp/design/input/drag-and-drop) bereit, um den für die Entwicklung von Drag & Drop-kompatiblen Apps erforderlichen Code zu vereinfachen, und folgt dem frameworkmuster Ihrer App.
[Weitere Informationen](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Weitere Informationen](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
The Drag & Drop feature provides a wrapper service over the [standard UWP drag and drop functionallity](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) to simplify the required code to create drag and drop ready apps as well as follows the framework pattern used by your app.
[More info](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[More info](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La función de arrastrar y colocar proporciona un servicio de contenedor para la [funcionalidad estándar de arrastrar y colocar de UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) que simplifica el código necesario para crear aplicaciones listas para arrastrar y colocar y que sigue el patrón del framework que utiliza tu aplicación.
[Más información](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Más información](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La fonctionnalité de glisser-déposer fournit un Service Wrapper sur la [fonctionnalité de glisser-déposer UWP standard] (https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) afin de simplifier le code requis pour créer des applications prêtes à prendre en charge les fonctions de glisser-déposer et à suivre le modèle framework de structure utilisé par votre application.
[Plus d'informations](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Plus d'informations](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La funzionalità Trascinamento fornisce un servizio wrapper basato sulla [funzionalità di trascinamento della selezione UWP standard](https://docs.microsoft.com/it-it/windows/uwp/design/input/drag-and-drop) al fine di semplificare il codice necessario per creare app che includano tale funzionalità e rispettare il modello di framework della tua app.
[Maggiori informazioni](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Maggiori informazioni](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
ドラッグ アンド ドロップ機能は、[UWP の標準ドラッグ アンド ドロップ機能] (https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) に対するラッパー サービスを提供し、ドラッグ アンド ドロップに対応するアプリの作成に必要なコードを簡素化します。また、ドラッグ アンド ドロップ機能は、アプリが使用する framework パターンに従います。
[詳細情報] (https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[詳細情報] (https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
끌어서 놓기 기능은 [표준 UWP 끌어서 놓기 기능](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop)에 래퍼 서비스를 제공하여 앱에 끌어서 놓기 기능을 만들 수 있는 코드 작업을 간소화하고 앱에서 사용하는 framework 패턴을 적용할 수 있습니다.
[자세한 정보](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[자세한 정보](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Funkcja Przeciągnij i upuść oferuje usługę otoki wokół [standardowej funkcji Przeciągnij i upuść UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop), dzięki czemu kod wymagany do tworzenia obsługujących ją aplikacji jest prostszy i zgodny ze strukturą (framework) aplikacji.
[Więcej informacji](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Więcej informacji](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
O recurso Arrastar e Soltar fornece um serviço wrapper sobre a [funcionalidade arrastar e soltar padrão do UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a fim de simplificar o código exigido para criar aplicativos prontos para o recurso. Além disso, ele segue o padrão da framework utilizada por seu aplicativo.
[Mais informações](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Mais informações](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Служба перетаскивания представляет собой оболочку для [стандартных функций перетаскивания универсальной платформы Windows] (https://docs.microsoft.com/ru-ru/windows/uwp/design/input/drag-and-drop). Она упрощает написание кода для поддержки перетаскивания и встраивается в шаблон framework создаваемого вами приложения.
[Дополнительные сведения](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Дополнительные сведения](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Sürükle ve Bırak özelliği, sürükle ve bırak seçeneğinin kullanılabildiği uygulamalar oluşturmak için gereken kodu basitleştirmek üzere [standart UWP sürükle ve bırak işlevselliği](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) üzerinde bir sarmalayıcı hizmeti sunar ve uygulamanızın kullandığı framework desenini takip eder.
[Daha fazla bilgi](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Daha fazla bilgi](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
拖放功能通过[标准 UWP 拖放功能] (https://docs.microsoft.com/zh-cn/windows/uwp/design/input/drag-and-drop) 提供包覆服务,以简化创建支持拖放的应用所需的代码;该功能同时遵循你的应用所使用的 framework 模式。
[详细信息](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[详细信息](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
「拖放」功能為[標準 UWP 拖放功能](https://docs.microsoft.com/zh-tw/windows/uwp/design/input/drag-and-drop) 提供包裝函式服務來簡化建立具備拖放功能之應用程式所需的程式碼也會遵循您的應用程式所使用的framework模式。
[詳細資訊](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[詳細資訊](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Funkce Přetahování poskytuje službu, která zabaluje [standardní funkci platformy UPW pro přetahování](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) a zjednodušuje tak kód potřebný pro vytvoření aplikace podporující přetahování, a dodržuje také vzor pro rámec (framework), který vaše aplikace používá.
[Další informace](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Další informace](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
Das Drag & Drop-Feature stellt einen Wrapper-Dienst für die [Drag & Drop-Standardfunktionalität der UWP](https://docs.microsoft.com/de-de/windows/uwp/design/input/drag-and-drop) bereit, um den für die Entwicklung von Drag & Drop-kompatiblen Apps erforderlichen Code zu vereinfachen, und folgt dem frameworkmuster Ihrer App.
[Weitere Informationen](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Weitere Informationen](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
The Drag & Drop feature provides a wrapper service over the [standard UWP drag and drop functionallity](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) to simplify the required code to create drag and drop ready apps as well as follows the framework pattern used by your app.
[More info](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[More info](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Просмотреть файл

@ -2,4 +2,4 @@
La función de arrastrar y colocar proporciona un servicio de contenedor para la [funcionalidad estándar de arrastrar y colocar de UWP](https://docs.microsoft.com/windows/uwp/design/input/drag-and-drop) que simplifica el código necesario para crear aplicaciones listas para arrastrar y colocar y que sigue el patrón del framework que utiliza tu aplicación.
[Más información](https://github.com/Microsoft/WindowsTemplateStudio/blob/release/docs/UWP/features/drag-and-drop.md)
[Más información](https://github.com/microsoft/TemplateStudio/blob/main/docs/UWP/features/drag-and-drop.md)

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше