Doc updates for VS 2015 Update 1 and Win10 November Update

This commit is contained in:
Shawn Hargreaves 2015-11-30 16:33:50 -08:00
Родитель 18055dcfef
Коммит 976e7a4ba9
6 изменённых файлов: 12 добавлений и 12 удалений

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

@ -51,7 +51,7 @@ Studio, add the Win2D NuGet package to your project, and get started using the A
## Building Win2D from source
##### Requirements
- Recommended: Visual Studio 2015
- Recommended: Visual Studio 2015 with Update 1
- Visual Studio 2013 Update 5 is also supported (for Windows 8.1 or Windows Phone 8.1 development only)
##### Clone Repository

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

@ -10,7 +10,7 @@ namespace DocPreprocess
{
new Tag("Experimental", "This API is marked as [Experimental], meaning it may be subject to change in future Win2D releases.") { PropagateTypeTagsToMembers = true },
new Tag("Win10", "This API is available on Windows 10 (Universal Windows Platform) only. It is not supported on Windows 8.1 or Phone 8.1."),
new Tag("TH2", "This API is available on TH2 only.") { PropagateTypeTagsToMembers = true }, // TODO 5874: update with appropriate text
new Tag("Win10NovUpdate", "This API is only available when running on the Windows 10 November Update (build 10586 or greater).") { PropagateTypeTagsToMembers = true },
new Tag("NoComposition", "Supported by Win2D but not Windows.UI.Composition."),
};

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

@ -11,7 +11,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</assembly>
<members>
<member name="T:Microsoft.Graphics.Canvas.UI.Composition.CanvasComposition" Experimental="true" TH2="true">
<member name="T:Microsoft.Graphics.Canvas.UI.Composition.CanvasComposition" Experimental="true" Win10NovUpdate="true">
<summary>
Methods for using Win2D with Windows.UI.Composition.
</summary>

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

@ -1244,7 +1244,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</member>
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch" Experimental="true" TH2="true">
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch" Experimental="true" Win10NovUpdate="true">
<summary>Creates a new sprite batch for efficiently drawing many CanvasBitmaps.</summary>
<remarks>
<p>
@ -1253,7 +1253,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</remarks>
</member>
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch(Microsoft.Graphics.Canvas.CanvasSpriteSortMode)" Experimental="true" TH2="true">
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch(Microsoft.Graphics.Canvas.CanvasSpriteSortMode)" Experimental="true" Win10NovUpdate="true">
<summary>Creates a new sprite batch for efficiently drawing many CanvasBitmaps with a specific sort mode.</summary>
<remarks>
<p>
@ -1265,7 +1265,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</remarks>
</member>
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch(Microsoft.Graphics.Canvas.CanvasSpriteSortMode,Microsoft.Graphics.Canvas.CanvasImageInterpolation)" Experimental="true" TH2="true">
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch(Microsoft.Graphics.Canvas.CanvasSpriteSortMode,Microsoft.Graphics.Canvas.CanvasImageInterpolation)" Experimental="true" Win10NovUpdate="true">
<summary>Creates a new sprite batch for efficiently drawing many CanvasBitmaps with a specific sort mode and interpolation.</summary>
<remarks>
<p>
@ -1284,7 +1284,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</remarks>
</member>
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch(Microsoft.Graphics.Canvas.CanvasSpriteSortMode,Microsoft.Graphics.Canvas.CanvasImageInterpolation,Microsoft.Graphics.Canvas.CanvasSpriteOptions)" Experimental="true" TH2="true">
<member name="M:Microsoft.Graphics.Canvas.CanvasDrawingSession.CreateSpriteBatch(Microsoft.Graphics.Canvas.CanvasSpriteSortMode,Microsoft.Graphics.Canvas.CanvasImageInterpolation,Microsoft.Graphics.Canvas.CanvasSpriteOptions)" Experimental="true" Win10NovUpdate="true">
<summary>Creates a new sprite batch for efficiently drawing many CanvasBitmaps with a specific sort mode, interpolation and options.</summary>
<remarks>
<p>

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

@ -10,7 +10,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
<name>Microsoft.Graphics.Canvas</name>
</assembly>
<members>
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteBatch" Experimental="true" TH2="true">
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteBatch" Experimental="true" Win10NovUpdate="true">
<summary>Efficiently draws multiple bitmaps.</summary>
<remarks>
<p>
@ -235,7 +235,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</remarks>
</member>
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteFlip" Experimental="true" TH2="true">
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteFlip" Experimental="true" Win10NovUpdate="true">
<summary>Controls the optional flipping of a sprite.</summary>
<remarks>
<p>
@ -264,7 +264,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
<summary>The sprite is drawn flipped horizontally and vertically.</summary>
</member>
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteOptions" Experimental="true" TH2="true">
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteOptions" Experimental="true" Win10NovUpdate="true">
<summary>Options that apply to the entire spritebatch.</summary>
<remarks>
<p>
@ -292,7 +292,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
</member>
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteSortMode" Experimental="true" TH2="true">
<member name="T:Microsoft.Graphics.Canvas.CanvasSpriteSortMode" Experimental="true" Win10NovUpdate="true">
<summary>Controls how the sprites in a sprite batch are sorted.</summary>
<remarks>
<p>

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

@ -103,7 +103,7 @@ Licensed under the MIT License. See LICENSE.txt in the project root for license
<listItem>
To develop for Windows 10 (Universal Windows Platform):
<list class="bullet">
<listItem>Minimum version: Visual Studio Community 2015</listItem>
<listItem>Minimum version: Visual Studio Community 2015 with Update 1</listItem>
</list>
<listItem>