Skip to content

Commit 1257f2b

Browse files
author
Colin Robertson
committed
Normalize line endings to \n everywhere.
1 parent 8b8ad1c commit 1257f2b

File tree

120 files changed

+21351
-21351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+21351
-21351
lines changed

docs/cppcx/attributes-c-cx.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
title: "Attributes (C++/CX) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "12/30/2016"
5-
ms.technology: "cpp-windows"
6-
ms.topic: "language-reference"
7-
ms.assetid: 4438e03c-4de3-433d-abcc-31aa863bc0e0
8-
author: "mikeblome"
9-
ms.author: "mblome"
10-
ms.workload: ["cplusplus"]
11-
---
12-
# Attributes (C++/CX)
1+
---
2+
title: "Attributes (C++/CX) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "12/30/2016"
5+
ms.technology: "cpp-windows"
6+
ms.topic: "language-reference"
7+
ms.assetid: 4438e03c-4de3-433d-abcc-31aa863bc0e0
8+
author: "mikeblome"
9+
ms.author: "mblome"
10+
ms.workload: ["cplusplus"]
11+
---
12+
# Attributes (C++/CX)
1313
An attribute is a special kind of ref class that can be prepended in square brackets to Windows Runtime types and methods to specify certain behaviors in metadata creation. Several predefined attributes—for example, [Windows::Foundation::Metadata::WebHostHidden](https://msdn.microsoft.com/library/windows/apps/windows.foundation.metadata.webhosthiddenattribute.aspx)—are commonly used in C++/CX code. This example shows how the attribute is applied to a class:
1414

1515
[!code-cpp[cx_attributes#01](../cppcx/codesnippet/CPP/cx_attributes/class1.h#01)]

docs/cppcx/back-inserter-function.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
---
2-
title: "back_inserter Function | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "12/30/2016"
5-
ms.technology: "cpp-windows"
6-
ms.topic: "language-reference"
7-
f1_keywords: ["collection/Windows::Foundation::Collections::back_inserter"]
8-
dev_langs: ["C++"]
9-
helpviewer_keywords: ["back_inserter Function"]
10-
ms.assetid: 91476338-5548-44b7-bc7e-2150f4fbe31a
11-
author: "mikeblome"
12-
ms.author: "mblome"
13-
ms.workload: ["cplusplus"]
1+
---
2+
title: "back_inserter Function | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "12/30/2016"
5+
ms.technology: "cpp-windows"
6+
ms.topic: "language-reference"
7+
f1_keywords: ["collection/Windows::Foundation::Collections::back_inserter"]
8+
dev_langs: ["C++"]
9+
helpviewer_keywords: ["back_inserter Function"]
10+
ms.assetid: 91476338-5548-44b7-bc7e-2150f4fbe31a
11+
author: "mikeblome"
12+
ms.author: "mblome"
13+
ms.workload: ["cplusplus"]
1414
---
1515
# back_inserter Function
1616
Returns an iterator that is used to insert elements at the end of the specified collection.

docs/cppcx/begin-function.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
---
2-
title: "begin Function | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/22/2017"
5-
ms.technology: "cpp-windows"
6-
ms.topic: "language-reference"
7-
f1_keywords: ["collection/Windows::Foundation::Collections::begin"]
8-
dev_langs: ["C++"]
9-
helpviewer_keywords: ["begin Function"]
10-
ms.assetid: 5a44fb33-e247-49fd-b7a1-4a5b42e9e1e4
11-
author: "mikeblome"
12-
ms.author: "mblome"
13-
ms.workload: ["cplusplus"]
14-
---
15-
# begin Function
1+
---
2+
title: "begin Function | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "01/22/2017"
5+
ms.technology: "cpp-windows"
6+
ms.topic: "language-reference"
7+
f1_keywords: ["collection/Windows::Foundation::Collections::begin"]
8+
dev_langs: ["C++"]
9+
helpviewer_keywords: ["begin Function"]
10+
ms.assetid: 5a44fb33-e247-49fd-b7a1-4a5b42e9e1e4
11+
author: "mikeblome"
12+
ms.author: "mblome"
13+
ms.workload: ["cplusplus"]
14+
---
15+
# begin Function
1616
Returns an iterator that points to the beginning of a collection that is accessed by the specified interface parameter.
1717

1818
## Syntax

docs/cppcx/boxing-c-cx.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
title: "Boxing (C++/CX) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "12/30/2016"
5-
ms.technology: "cpp-windows"
6-
ms.topic: "language-reference"
7-
ms.assetid: edfb12fa-2a9b-42f6-bdac-d4d76cb8274e
8-
author: "mikeblome"
9-
ms.author: "mblome"
10-
ms.workload: ["cplusplus"]
11-
---
12-
# Boxing (C++/CX)
1+
---
2+
title: "Boxing (C++/CX) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "12/30/2016"
5+
ms.technology: "cpp-windows"
6+
ms.topic: "language-reference"
7+
ms.assetid: edfb12fa-2a9b-42f6-bdac-d4d76cb8274e
8+
author: "mikeblome"
9+
ms.author: "mblome"
10+
ms.workload: ["cplusplus"]
11+
---
12+
# Boxing (C++/CX)
1313
*Boxing* is wrapping a value type variable such as [Windows::Foundation::DateTime](https://msdn.microsoft.com/library/windows/apps/windows.foundation.datetime.aspx)—or a fundamental scalar type such as `int`—in a ref class when the variable is passed to a method that takes [Platform::Object^](../cppcx/platform-object-class.md) as its input type.
1414

1515
## Passing a value type to an Object^ parameter

docs/cppcx/building-apps-and-libraries-c-cx.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
title: "Building apps and libraries (C++/CX) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "12/30/2016"
5-
ms.technology: "cpp-windows"
6-
ms.topic: "language-reference"
7-
ms.assetid: ec2821a5-3479-4e64-9c2d-c777049f2cdc
8-
author: "mikeblome"
9-
ms.author: "mblome"
10-
ms.workload: ["cplusplus"]
11-
---
12-
# Building apps and libraries (C++/CX)
1+
---
2+
title: "Building apps and libraries (C++/CX) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "12/30/2016"
5+
ms.technology: "cpp-windows"
6+
ms.topic: "language-reference"
7+
ms.assetid: ec2821a5-3479-4e64-9c2d-c777049f2cdc
8+
author: "mikeblome"
9+
ms.author: "mblome"
10+
ms.workload: ["cplusplus"]
11+
---
12+
# Building apps and libraries (C++/CX)
1313
The topics in this section provide a few details about using the build system to produce a Universal Windows Platform app or Windows Runtime component.
1414

1515
## In this section

docs/cppcx/compiler-and-linker-options-c-cx.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
---
2-
title: "Compiler and Linker options (C++/CX) | Microsoft Docs"
3-
ms.custom: ""
4-
ms.date: "01/22/2017"
5-
ms.technology: "cpp-windows"
6-
ms.topic: "language-reference"
7-
ms.assetid: ecfadce8-3a3f-40cc-bb01-b4731f8d2fcb
8-
author: "mikeblome"
9-
ms.author: "mblome"
10-
ms.workload: ["cplusplus"]
1+
---
2+
title: "Compiler and Linker options (C++/CX) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "01/22/2017"
5+
ms.technology: "cpp-windows"
6+
ms.topic: "language-reference"
7+
ms.assetid: ecfadce8-3a3f-40cc-bb01-b4731f8d2fcb
8+
author: "mikeblome"
9+
ms.author: "mblome"
10+
ms.workload: ["cplusplus"]
1111
---
1212
# Compiler and Linker options (C++/CX)
1313
An environment variable, C++/CX compiler options, and linker options support the building of apps for the Windows Runtime.

0 commit comments

Comments
 (0)