Skip to content

Commit 19b8301

Browse files
authored
Collapse relative links, Part 18 (#18471)
1 parent 09961d0 commit 19b8301

File tree

50 files changed

+273
-273
lines changed

Some content is hidden

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

50 files changed

+273
-273
lines changed

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-initialize2-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ HRESULT Initialize2(
5454
5555
## See also
5656
57-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
58-
- [Initialize Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-initialize-method.md)
57+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)
58+
- [Initialize Method](isymunmanagedwriter-initialize-method.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,36 @@ Represents a symbol writer, and provides methods to define documents, sequence p
2222

2323
|Method|Description|
2424
|------------|-----------------|
25-
|[Abort Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-abort-method.md)|Closes the symbol writer without committing the symbols to the symbol store.|
26-
|[Close Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-close-method.md)|Closes the symbol writer after committing the symbols to the symbol store.|
27-
|[CloseMethod Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closemethod-method.md)|Closes the current method. Once a method is closed, no more symbols can be defined within it.|
28-
|[CloseNamespace Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closenamespace-method.md)|Closes the most recently opened namespace.|
29-
|[CloseScope Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closescope-method.md)|Closes the current lexical scope.|
30-
|[DefineConstant Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineconstant-method.md)|Defines a name for a constant value.|
31-
|[DefineDocument Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-definedocument-method.md)|Defines a source document.|
32-
|[DefineField Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-definefield-method.md)|Defines a single variable that is not within a method.|
33-
|[DefineGlobalVariable Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineglobalvariable-method.md)|Defines a single global variable.|
34-
|[DefineLocalVariable Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-definelocalvariable-method.md)|Defines a single variable in the current lexical scope.|
35-
|[DefineParameter Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineparameter-method.md)|Defines a single parameter in the current method.|
36-
|[DefineSequencePoints Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-definesequencepoints-method.md)|Defines a group of sequence points within the current method.|
37-
|[GetDebugInfo Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-getdebuginfo-method.md)|Returns the information necessary for a compiler to write the debug directory entry in the portable executable (PE) file header.|
38-
|[Initialize Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-initialize-method.md)|Sets the metadata emitter interface with which this writer will be associated, and sets the output file name to which the debugging symbols will be written.|
39-
|[Initialize2 Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-initialize2-method.md)|Sets the metadata emitter interface with which this writer will be associated, sets the output file name to which the debugging symbols will be written, and sets the final location of the program database (PDB) file.|
40-
|[OpenMethod Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openmethod-method.md)|Opens a method into which symbol information is emitted.|
41-
|[OpenNamespace Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-opennamespace-method.md)|Opens a new namespace.|
42-
|[OpenScope Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md)|Opens a new lexical scope in the current method.|
43-
|[RemapToken Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-remaptoken-method.md)|Notifies the symbol writer that a metadata token has been remapped as the metadata was emitted.|
44-
|[SetMethodSourceRange Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setmethodsourcerange-method.md)|Specifies the true start and end of a method within a source file.|
45-
|[SetScopeRange Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setscoperange-method.md)|Defines the offset range for the specified lexical scope.|
46-
|[SetSymAttribute Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setsymattribute-method.md)|Defines a custom attribute based upon its name.|
47-
|[SetUserEntryPoint Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setuserentrypoint-method.md)|Specifies the user-defined method that is the entry point for this module.|
48-
|[UsingNamespace Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-usingnamespace-method.md)|Specifies that the given fully qualified namespace name is being used within the currently open lexical scope.|
25+
|[Abort Method](isymunmanagedwriter-abort-method.md)|Closes the symbol writer without committing the symbols to the symbol store.|
26+
|[Close Method](isymunmanagedwriter-close-method.md)|Closes the symbol writer after committing the symbols to the symbol store.|
27+
|[CloseMethod Method](isymunmanagedwriter-closemethod-method.md)|Closes the current method. Once a method is closed, no more symbols can be defined within it.|
28+
|[CloseNamespace Method](isymunmanagedwriter-closenamespace-method.md)|Closes the most recently opened namespace.|
29+
|[CloseScope Method](isymunmanagedwriter-closescope-method.md)|Closes the current lexical scope.|
30+
|[DefineConstant Method](isymunmanagedwriter-defineconstant-method.md)|Defines a name for a constant value.|
31+
|[DefineDocument Method](isymunmanagedwriter-definedocument-method.md)|Defines a source document.|
32+
|[DefineField Method](isymunmanagedwriter-definefield-method.md)|Defines a single variable that is not within a method.|
33+
|[DefineGlobalVariable Method](isymunmanagedwriter-defineglobalvariable-method.md)|Defines a single global variable.|
34+
|[DefineLocalVariable Method](isymunmanagedwriter-definelocalvariable-method.md)|Defines a single variable in the current lexical scope.|
35+
|[DefineParameter Method](isymunmanagedwriter-defineparameter-method.md)|Defines a single parameter in the current method.|
36+
|[DefineSequencePoints Method](isymunmanagedwriter-definesequencepoints-method.md)|Defines a group of sequence points within the current method.|
37+
|[GetDebugInfo Method](isymunmanagedwriter-getdebuginfo-method.md)|Returns the information necessary for a compiler to write the debug directory entry in the portable executable (PE) file header.|
38+
|[Initialize Method](isymunmanagedwriter-initialize-method.md)|Sets the metadata emitter interface with which this writer will be associated, and sets the output file name to which the debugging symbols will be written.|
39+
|[Initialize2 Method](isymunmanagedwriter-initialize2-method.md)|Sets the metadata emitter interface with which this writer will be associated, sets the output file name to which the debugging symbols will be written, and sets the final location of the program database (PDB) file.|
40+
|[OpenMethod Method](isymunmanagedwriter-openmethod-method.md)|Opens a method into which symbol information is emitted.|
41+
|[OpenNamespace Method](isymunmanagedwriter-opennamespace-method.md)|Opens a new namespace.|
42+
|[OpenScope Method](isymunmanagedwriter-openscope-method.md)|Opens a new lexical scope in the current method.|
43+
|[RemapToken Method](isymunmanagedwriter-remaptoken-method.md)|Notifies the symbol writer that a metadata token has been remapped as the metadata was emitted.|
44+
|[SetMethodSourceRange Method](isymunmanagedwriter-setmethodsourcerange-method.md)|Specifies the true start and end of a method within a source file.|
45+
|[SetScopeRange Method](isymunmanagedwriter-setscoperange-method.md)|Defines the offset range for the specified lexical scope.|
46+
|[SetSymAttribute Method](isymunmanagedwriter-setsymattribute-method.md)|Defines a custom attribute based upon its name.|
47+
|[SetUserEntryPoint Method](isymunmanagedwriter-setuserentrypoint-method.md)|Specifies the user-defined method that is the entry point for this module.|
48+
|[UsingNamespace Method](isymunmanagedwriter-usingnamespace-method.md)|Specifies that the given fully qualified namespace name is being used within the currently open lexical scope.|
4949

5050
## Requirements
5151
**Header:** CorSym.idl, CorSym.h
5252

5353
## See also
5454

55-
- [Diagnostics Symbol Store Interfaces](../../../../docs/framework/unmanaged-api/diagnostics/diagnostics-symbol-store-interfaces.md)
56-
- [ISymUnmanagedWriter2 Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter2-interface.md)
57-
- [ISymUnmanagedWriter3 Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-interface.md)
55+
- [Diagnostics Symbol Store Interfaces](diagnostics-symbol-store-interfaces.md)
56+
- [ISymUnmanagedWriter2 Interface](isymunmanagedwriter2-interface.md)
57+
- [ISymUnmanagedWriter3 Interface](isymunmanagedwriter3-interface.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openmethod-method.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ HRESULT OpenMethod(
3838
3939
## See also
4040
41-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
42-
- [CloseMethod Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closemethod-method.md)
43-
- [OpenMethod2 Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-openmethod2-method.md)
41+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)
42+
- [CloseMethod Method](isymunmanagedwriter-closemethod-method.md)
43+
- [OpenMethod2 Method](isymunmanagedwriter3-openmethod2-method.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-opennamespace-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ HRESULT OpenNamespace(
3838
3939
## See also
4040
41-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
42-
- [CloseNamespace Method](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closenamespace-method.md)
41+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)
42+
- [CloseNamespace Method](isymunmanagedwriter-closenamespace-method.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ HRESULT OpenScope(
3838
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
3939
4040
## Remarks
41-
`ISymUnmanagedWriter::OpenScope` returns an opaque scope identifier that can be used with [ISymUnmanagedWriter::SetScopeRange](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setscoperange-method.md) to define a scope's starting and ending offset at a later time. In this case, the offsets passed to `ISymUnmanagedWriter::OpenScope` and [ISymUnmanagedWriter::CloseScope](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closescope-method.md) are ignored. Scope identifiers are valid only in the current method.
41+
`ISymUnmanagedWriter::OpenScope` returns an opaque scope identifier that can be used with [ISymUnmanagedWriter::SetScopeRange](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setscoperange-method.md) to define a scope's starting and ending offset at a later time. In this case, the offsets passed to `ISymUnmanagedWriter::OpenScope` and [ISymUnmanagedWriter::CloseScope](isymunmanagedwriter-closescope-method.md) are ignored. Scope identifiers are valid only in the current method.
4242
4343
## Requirements
4444
**Header:** CorSym.idl, CorSym.h
4545
4646
## See also
4747
48-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
48+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-remaptoken-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ HRESULT RemapToken(
4242
4343
## See also
4444
45-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
45+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setmethodsourcerange-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ HRESULT SetMethodSourceRange(
5858
5959
## See also
6060
61-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
61+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setscoperange-method.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ HRESULT OpenScope(
4242
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
4343
4444
## Remarks
45-
[ISymUnmanagedWriter::OpenScope](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md) returns an opaque scope identifier that can be used with `ISymUnmanagedWriter::SetScopeRange` to define a scope's starting and ending offset at a later time. In this case, the offsets passed to `ISymUnmanagedWriter::OpenScope` and [ISymUnmanagedWriter::CloseScope](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closescope-method.md) are ignored. Scope identifiers are only valid in the current method.
45+
[ISymUnmanagedWriter::OpenScope](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md) returns an opaque scope identifier that can be used with `ISymUnmanagedWriter::SetScopeRange` to define a scope's starting and ending offset at a later time. In this case, the offsets passed to `ISymUnmanagedWriter::OpenScope` and [ISymUnmanagedWriter::CloseScope](isymunmanagedwriter-closescope-method.md) are ignored. Scope identifiers are only valid in the current method.
4646
4747
## Requirements
4848
**Header:** CorSym.idl, CorSym.h
4949
5050
## See also
5151
52-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
52+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setsymattribute-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ HRESULT SetSymAttribute(
5050
5151
## See also
5252
53-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
53+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)

docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setuserentrypoint-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ HRESULT SetUserEntryPoint(
3838
3939
## See also
4040
41-
- [ISymUnmanagedWriter Interface](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
41+
- [ISymUnmanagedWriter Interface](isymunmanagedwriter-interface.md)

0 commit comments

Comments
 (0)