renamed UWP Community Toolkit to Windows Community Toolkit Part 2

This commit is contained in:
Nikola Metulev 2018-05-03 13:55:24 -07:00
Родитель b3e0d67c24
Коммит ae73d91d98
7 изменённых файлов: 9 добавлений и 9 удалений

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

@ -7,8 +7,8 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RunCodeAnalysis>true</RunCodeAnalysis>
<Title>UWP Community Toolkit Win32 Controls</Title>
<Description>This library provides XAML user controls for Win32. It is part of the UWP Community Toolkit.</Description>
<Title>Windows Community Toolkit Win32 Controls</Title>
<Description>This library provides XAML user controls for Win32. It is part of the Windows Community Toolkit.</Description>
<PackageTags>WebView Win32 WPF WindowsForms</PackageTags>
<!-- Need Metadata contract 6.0 or later -->

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

@ -17,7 +17,7 @@
<HelpConfiguration name="HelpFile">
<OutputPath>.\Help</OutputPath>
<CleanupOutputPath>true</CleanupOutputPath>
<HelpFileName>UWP Community Toolkit</HelpFileName>
<HelpFileName>Windows Community Toolkit</HelpFileName>
<HelpFileNamingMethod>MemberName</HelpFileNamingMethod>
<ImageFolderPath />
<Theme />

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

@ -3,7 +3,7 @@
<metadata>
<id>Microsoft.Toolkit.Uwp.Input.GazeInteraction</id>
<version>$version$</version>
<title>UWP Community Toolkit Eye Gaze Library</title>
<title>Windows Community Toolkit Eye Gaze Library</title>
<authors>Microsoft</authors>
<owners>microsoft, nugetuwptoolkit</owners>
<iconUrl>https://raw.githubusercontent.com/Microsoft/UWPCommunityToolkit/master/build/nuget.png</iconUrl>

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

@ -6,6 +6,6 @@
tocHref: /windows/
topicHref: /windows/
items:
- name: UWP Community Toolkit
- name: Windows Community Toolkit
tocHref: /windows/uwpcommunitytoolkit/
topicHref: /windows/uwpcommunitytoolkit

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

@ -90,9 +90,9 @@ To notify that your refresh code has completed, you can mark the deferral as com
Being a touch-only control, it's recommended that you also have a refresh button for users without a touch interface. You can trigger the RefreshRequested event by calling the RefreshContainer's RequestRefresh method.
### Making the transition even easier
Starting with v3.0 of the UWP Community Toolkit, the PullToRefreshListView provides a new property called **UseRefreshContainerWhenPossible**. Setting the value to true will force the PullToRefreshListView to use a template based on the RefreshContainer when running on the 1803 version of Windows and above, and the regular template otherwise.
Starting with v3.0 of the Windows Community Toolkit, the PullToRefreshListView provides a new property called **UseRefreshContainerWhenPossible**. Setting the value to true will force the PullToRefreshListView to use a template based on the RefreshContainer when running on the 1803 version of Windows and above, and the regular template otherwise.
Using this property will enable you to take advantage of the RefreshContainer on devices that support it, while providing an experience based on PullToRefreshListView on devices that have not yet updated to the 1803 version of Windows. Make sure to test the experience on multiple OS releases and plan to fully transition to the RefreshContainer as the PullToRefreshListView will be removed from the UWP Community Toolkit in a future major release.
Using this property will enable you to take advantage of the RefreshContainer on devices that support it, while providing an experience based on PullToRefreshListView on devices that have not yet updated to the 1803 version of Windows. Make sure to test the experience on multiple OS releases and plan to fully transition to the RefreshContainer as the PullToRefreshListView will be removed from the Windows Community Toolkit in a future major release.
> [!NOTE]
When using the RefreshContainer, the RefreshIntentCanceled and the PullProgressChanged events are not invoked. In addition, the RefreshIntentCanceledCommand is not executed.

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

@ -33,7 +33,7 @@
"overwrite": [],
"externalReference": [],
"globalMetadata": {
"titleSuffix": "UWP Community Toolkit",
"titleSuffix": "Windows Community Toolkit",
"searchScope": ["UWPtoolkit"],
"uhfHeaderId": "MSDocsHeader-UWP-Community",
"ms.topic": "article",

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

@ -185,7 +185,7 @@ private void OnInvokeProgress(object sender, GazeProgressEventArgs e)
## Sample Code
[GazeInteractionPage](https://github.com/Microsoft/UWPCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/GazeInteraction/). You can see all of this in action in the [UWP Community Toolkit Sample App](https://www.microsoft.com/store/apps/9NBLGGH4TLCQ).
[GazeInteractionPage](https://github.com/Microsoft/UWPCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/GazeInteraction/). You can see all of this in action in the [Windows Community Toolkit Sample App](https://www.microsoft.com/store/apps/9NBLGGH4TLCQ).
## Requirements