Skip to content

Commit 746024e

Browse files
committed
Fix anchor link reference
1 parent 200d71f commit 746024e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/windows/attributes/cpp-attributes-com-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following figure demonstrates the relationship between the compiler and the
5252
![Diagram showing component attribute communication.](../media/vccompattrcomm.gif "Component attribute communication")
5353
5454
> [!NOTE]
55-
> Attribute usage does not alter the contents of the source file. The only time the generated attribute code is visible is during debugging sessions. In addition, for each source file in the project, you can generate a text file that displays the results of the attribute substitution. For more information on this procedure, see [/Fx (Merge Injected Code)](../../build/reference/fx-merge-injected-code.md) and [Debugging Injected Code](../../windows/attributes/cpp-attributes-com-net.md#debug-injected-code).
55+
> Attribute usage does not alter the contents of the source file. The only time the generated attribute code is visible is during debugging sessions. In addition, for each source file in the project, you can generate a text file that displays the results of the attribute substitution. For more information on this procedure, see [`/Fx` (Merge Injected Code)](../../build/reference/fx-merge-injected-code.md) and [Debug injected code](#debug-injected-code).
5656
5757
Like most C++ constructs, attributes have a set of characteristics that defines their proper usage. This is referred to as the context of the attribute and is addressed in the attribute context table for each attribute reference topic. For example, the [coclass](coclass.md) attribute can only be applied to an existing class or structure, as opposed to the [cpp_quote](cpp-quote.md) attribute, which can be inserted anywhere within a C++ source file.
5858

0 commit comments

Comments
 (0)