Skip to content

Commit c19c498

Browse files
author
mikeblome
committed
updates to titles and metadata for windows UI topics
1 parent 9dffe37 commit c19c498

File tree

739 files changed

+997
-997
lines changed

Some content is hidden

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

739 files changed

+997
-997
lines changed

docs/windows/abstract-cpp-component-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
77
f1_keywords: ["abstract", "abstract_cpp"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["abstract keyword [C++]"]
9+
helpviewer_keywords: ["[""abstract keyword [C++]""]"]
1010
ms.assetid: cbae3408-0378-4ac8-b70d-c016b381a6d5
1111
author: "mikeblome"
1212
ms.author: "mblome"

docs/windows/accelerator-editor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "Accelerator Editor | Microsoft Docs"
2+
title: "Accelerator Editor (C++) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
f1_keywords: ["vc.editors.accelerator.F1"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["accelerator tables [C++], editing", "tables [Visual Studio], accelerator key", "accelerator keys", "resource editors, Accelerator editor", "keyboard shortcuts [C++], Accelerator editor", "Accelerator editor"]
9+
helpviewer_keywords: ["[""accelerator tables [C++], editing"", ""tables [C++], accelerator key"", ""accelerator keys [C++]"", ""resource editors [C++], Accelerator editor"", ""keyboard shortcuts [C++], Accelerator editor""]"]
1010
ms.assetid: 013c30b6-5d61-4f1c-acef-8bd15bed7060
1111
author: "mikeblome"
1212
ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
15-
# Accelerator Editor
15+
# Accelerator Editor (C++)
1616

17-
An accelerator table is a Windows resource that contains a list of accelerator keys (also known as shortcut keys) and the command identifiers that are associated with them. A program can have more than one accelerator table.
17+
An accelerator table is a C++ Windows resource that contains a list of accelerator keys (also known as shortcut keys) and the command identifiers that are associated with them. A program can have more than one accelerator table.
1818

1919
Normally, accelerators are used as keyboard shortcuts for program commands that are also available on a menu or toolbar. However, you can use the accelerator table to define key combinations for commands that don't have a user-interface object associated with them.
2020

docs/windows/accelerator-key-property.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: "Accelerator Key Property | Microsoft Docs"
2+
title: "Accelerator Key Property (C++) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
dev_langs: ["C++"]
8-
helpviewer_keywords: ["Key property"]
8+
helpviewer_keywords: ["[""Key property""]"]
99
ms.assetid: d1570cd9-b414-4cd6-96bd-47c38281eaca
1010
author: "mikeblome"
1111
ms.author: "mblome"
1212
ms.workload: ["cplusplus", "uwp"]
1313
---
14-
# Accelerator Key Property
14+
# Accelerator Key Property (C++)
1515

1616
The following are legal entries for the Key property in the accelerator table:
1717

docs/windows/accelerator-keys-for-the-dialog-editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: "Accelerator Keys for the Dialog Editor | Microsoft Docs"
2+
title: "Accelerator Keys for the C++ Dialog Editor | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
f1_keywords: ["vc.editors.dialog"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["Dialog editor, shortcut keys"]
9+
helpviewer_keywords: ["[""Dialog Editor [C++], shortcut keys""]"]
1010
ms.assetid: 940270e9-a974-425b-a681-dfeaba0adf66
1111
author: "mikeblome"
1212
ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
15-
# Accelerator Keys for the Dialog Editor
15+
# Accelerator Keys for the C++ Dialog Editor
1616

1717
Below are the default accelerator keys for the Dialog editor commands. To change shortcut keys, click **Options** on the **Tools** menu, then choose **Keyboard** under the **Environment** folder. For more information, see [Identifying and Customizing Keyboard Shortcuts](/visualstudio/ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio).
1818

docs/windows/accelerator-keys-image-editor-for-icons.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: "Accelerator Keys (Image Editor for Icons) | Microsoft Docs"
2+
title: "Accelerator Keys (C++ Image Editor for Icons) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
f1_keywords: ["vc.editors.bitmap", "vc.editors.icon"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["accelerator keys", "Image editor [C++], accelerator keys"]
9+
helpviewer_keywords: ["[""accelerator keys"", ""Image editor [C++], accelerator keys""]"]
1010
ms.assetid: add37861-3e17-4a6f-89e8-46df12e74a90
1111
author: "mikeblome"
1212
ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
15-
# Accelerator Keys (Image Editor for Icons)
15+
# Accelerator Keys (C++ Image Editor for Icons)
1616

1717
Below are the accelerator keys for the Image editor commands that are bound to keys by default. To change accelerator keys, click **Options** on the **Tools** menu, and then choose **Keyboard** under the **Environment** folder. For more information, see [Identifying and Customizing Keyboard Shortcuts](/visualstudio/ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio).
1818

docs/windows/accelerator-modifier-property.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: "Accelerator Modifier Property | Microsoft Docs"
2+
title: "Accelerator Modifier Property (C++) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
dev_langs: ["C++"]
8-
helpviewer_keywords: ["Modifier property"]
8+
helpviewer_keywords: ["[""Modifier property""]"]
99
ms.assetid: f05a9379-e037-4cfb-b6ef-d2c655bcfa7f
1010
author: "mikeblome"
1111
ms.author: "mblome"
1212
ms.workload: ["cplusplus", "uwp"]
1313
---
14-
# Accelerator Modifier Property
14+
# Accelerator Modifier Property (C++)
1515

1616
The following are legal entries for the Modifier property in the accelerator table.
1717

docs/windows/accelerator-type-property.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: "Accelerator Type Property | Microsoft Docs"
2+
title: "Accelerator Type Property (C++) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
dev_langs: ["C++"]
8-
helpviewer_keywords: ["Type property", "VIRTKEY"]
8+
helpviewer_keywords: ["[""Type property"", ""VIRTKEY""]"]
99
ms.assetid: 8c349bc4-e6ad-43fa-959e-f29168af35b8
1010
author: "mikeblome"
1111
ms.author: "mblome"
1212
ms.workload: ["cplusplus", "uwp"]
1313
---
14-
# Accelerator Type Property
14+
# Accelerator Type Property (C++)
1515

1616
The accelerator **Type** property determines whether the shortcut key combination associated with the accelerator ID is a virtual key combination or an ASCII/ANSI key value:
1717

docs/windows/accessing-version-information-from-within-your-program.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: "Accessing Version Information from Within Your Program | Microsoft Docs"
2+
title: "Accessing Version Information from Within Your Program (C++) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "conceptual"
77
f1_keywords: ["vc.editors.version"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["VerQueryValue", "version information, accessing from within programs", "GetFileVersionInfo", "version information"]
9+
helpviewer_keywords: ["[""VerQueryValue"", ""version information, accessing from within programs"", ""GetFileVersionInfo"", ""version information""]"]
1010
ms.assetid: 18622333-d9e8-4309-9465-677cd10c79b1
1111
author: "mikeblome"
1212
ms.author: "mblome"
1313
ms.workload: ["cplusplus", "uwp"]
1414
---
15-
# Accessing Version Information from Within Your Program
15+
# Accessing Version Information from Within Your Program (C++)
1616

1717
### To access version information from within your program
1818

docs/windows/activatableclass-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
77
f1_keywords: ["ActivatableClass", "ActivatableClassWithFactory", "ActivatableClassWithFactoryEx"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["ActivatableClassWithFactory", "ActivatableClass", "ActivatableClassWithFactoryEx"]
9+
helpviewer_keywords: ["[""ActivatableClassWithFactory"", ""ActivatableClass"", ""ActivatableClassWithFactoryEx""]"]
1010
ms.assetid: 9bd64709-ec2c-4678-8c96-ea5982622bdd
1111
author: "mikeblome"
1212
ms.author: "mblome"

docs/windows/activateinstance-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
77
f1_keywords: ["client/Windows::Foundation::ActivateInstance", "client/ABI::Windows::Foundation::ActivateInstance"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["ActivateInstance function"]
9+
helpviewer_keywords: ["[""ActivateInstance function""]"]
1010
ms.assetid: 8cfd1dd9-5fda-4cc2-acf8-d40e783b3875
1111
author: "mikeblome"
1212
ms.author: "mblome"

0 commit comments

Comments
 (0)