Skip to content

Commit 2ffc124

Browse files
author
mikeblome
committed
fixed toc links
1 parent c28a319 commit 2ffc124

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

docs/windows/TOC.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
## [SafeInt Class](safeint-class.md)
402402
## [SafeInt Functions](safeint-functions.md)
403403
## [SafeIntException Class](safeintexception-class.md)
404-
# [C++ Attributes for COM and .NET](attributes/cpp-attributes-reference.md)
404+
# [C++ Attributes for COM and .NET](attributes/cpp-attributes-com-net.md)
405405
## [Attribute Programming FAQ](attributes/attribute-programming-faq.md)
406406
## [Attributes by Group](attributes/attributes-by-group.md)
407407
## [Attributes by Usage](attributes/attributes-by-usage.md)
@@ -416,7 +416,6 @@
416416
### [Stand-Alone Attributes](attributes/stand-alone-attributes.md)
417417
### [Custom Attributes](attributes/custom-attributes-cpp.md)
418418
## [Attribute Contexts](attributes/attribute-contexts.md)
419-
## [Attribute Requirements](attributes/attribute-requirements.md)
420419
## [Attributes Alphabetical Reference](attributes/attributes-alphabetical-reference.md)
421420
### [aggregatable](attributes/aggregatable.md)
422421
### [aggregates](attributes/aggregates.md)

docs/windows/attribute-contexts.md renamed to docs/windows/attributes/attribute-contexts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Attribute Contexts | Microsoft Docs"
2+
title: "Attribute Contexts (C++ COM Attributes) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "10/03/2018"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
77
dev_langs: ["C++"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "attribute | Microsoft Docs"
2+
title: "attribute (C++ COM Attribute) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "10/03/2018"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
77
f1_keywords: ["vc-attr.attribute"]
File renamed without changes.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Module Attributes (C++ COM) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "10/02/2018"
5+
ms.technology: ["cpp-windows"]
6+
ms.topic: "reference"
7+
dev_langs: ["C++"]
8+
helpviewer_keywords: ["module attributes", "attributes [C++/CLI], reference topics"]
9+
ms.assetid: 46d135dc-613f-4810-90a4-e155ab8ed91a
10+
author: "mikeblome"
11+
ms.author: "mblome"
12+
ms.workload: ["cplusplus", "uwp"]
13+
---
14+
# Module Attributes
15+
The following attribute can only be applied to the [module](../windows/module-cpp.md) attribute.
16+
17+
|Attribute|Description|
18+
|---------------|-----------------|
19+
|[helpstringdll](../windows/helpstringdll.md)|Specifies the name of the DLL to use to perform document string lookup (localization).|
20+
21+
## See Also
22+
23+
[Attributes by Usage](../windows/attributes-by-usage.md)

0 commit comments

Comments
 (0)