Click or drag to resize
Type Link

Type links are used for referencing managed types.

Syntax

TBD.

Note Note
The link target cannot contain spaces.
Examples
AMDL
[T:Amdl.Maml.Converter.TopicConverter]
AMDL
[AMDL topic converter](T:Amdl.Maml.Converter.TopicConverter)
Example Output
Attributes

A type link may be assigned attributes through an attribute enclosure using the following syntax:

{#identifier .class1 .class2 name1="value1" name2="value2" ...}

The following attributes are defined:

identifier

  • Ignored.

class

  • any of the following:

    • qualifyHint - equivalent to specifying qualifyHint="true".

qualifyHint

  • a Boolean value indicating whether the namespace will be included in the link text. If no value is specified, the namespace will be excluded.

Differences from PM
  1. PM does not define code link elements.

amdl2maml Support

Partial, pending parser modification.

Limitations

  • Reference-style links are unsupported.

Current Workaround

AMDL
[](T:Amdl.Maml.Converter.TopicConverter)
See Also

Other Resources