Click or drag to resize
Property Link

Property links are used for referencing member properties of managed types.

Syntax

TBD.

Note Note
The link target cannot contain spaces.
Examples
AMDL
[P:Amdl.Maml.Converter.TopicData.Type]
AMDL
[Topic type](P:Amdl.Maml.Converter.TopicData.Type)
Example Output
Attributes

A property 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
[](P:Amdl.Maml.Converter.TopicData.Type)
See Also

Other Resources