Click or drag to resize
Field Link

Field links are used for referencing member fields of managed types.

Syntax

TBD.

Note Note
The link target cannot contain spaces.
Examples
AMDL
[F:System.Threading.Tasks.TaskCreationOptions.LongRunning]
AMDL
[A long-running task](F:System.Threading.Tasks.TaskCreationOptions.LongRunning)
Example Output
Attributes

A field 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 name of the defining type will be included in the link text. If no value is specified, the type name 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
[](F:Amdl.Maml.Converter.TopicType.General)
See Also

Other Resources