Skip to content

Commit 5f6ae72

Browse files
authored
Merge pull request #10687 from Rageking8/update-metadata-address-field-struct-reference
Update `METADATA_ADDRESS_FIELD` struct reference
2 parents c4ba206 + ceb6c01 commit 5f6ae72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/extensibility/debugger/reference/metadata-address-field.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "This structure represents the address of a field of a class or structure."
32
title: METADATA_ADDRESS_FIELD
3+
description: "This structure represents the address of a field of a class or structure."
44
ms.date: 11/04/2016
55
ms.topic: reference
66
f1_keywords:
@@ -31,7 +31,7 @@ public struct METADATA_ADDRESS_FIELD {
3131
```cpp
3232
typedef struct _tagMETADATA_ADDRESS_FIELD {
3333
_mdToken tokField;
34-
} METADATA_ADDRESS_FIELD
34+
} METADATA_ADDRESS_FIELD;
3535
```
3636
---
3737
@@ -44,7 +44,7 @@ The ID of the field token.
4444
4545
## Remarks
4646
47-
This structure is part of the union in the [DEBUG_ADDRESS_UNION](../../../extensibility/debugger/reference/debug-address-union.md) structure when the `dwKind` field of the `DEBUG_ADDRESS_UNION` structure is set to `ADDRESS_KIND_FIELD` (a value from the [ADDRESS_KIND](../../../extensibility/debugger/reference/address-kind.md) enumeration).
47+
This structure is part of the union in the [DEBUG_ADDRESS_UNION](debug-address-union.md) structure when the `dwKind` field of the `DEBUG_ADDRESS_UNION` structure is set to `ADDRESS_KIND_FIELD` (a value from the [ADDRESS_KIND](address-kind.md) enumeration).
4848
4949
## Requirements
5050
@@ -56,6 +56,6 @@ Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
5656
5757
## See also
5858
59-
- [Structures and Unions](../../../extensibility/debugger/reference/structures-and-unions.md)
60-
- [DEBUG_ADDRESS_UNION](../../../extensibility/debugger/reference/debug-address-union.md)
61-
- [ADDRESS_KIND](../../../extensibility/debugger/reference/address-kind.md)
59+
- [Structures and Unions](structures-and-unions.md)
60+
- [DEBUG_ADDRESS_UNION](debug-address-union.md)
61+
- [ADDRESS_KIND](address-kind.md)

0 commit comments

Comments
 (0)