LinkReferenceDefinitionSyntaxNode class

LinkReferenceDefinitionSyntaxNode class

Represent the LinkReferenceDefinitionSyntaxNode.

Inheritance: LinkReferenceDefinitionSyntaxNodeLeafBlockSyntaxNodeBlockSyntaxNodeMarkdownSyntaxNode

The LinkReferenceDefinitionSyntaxNode type exposes the following members:

Properties

PropertyDescription
parentGet the parent node.
first_childGet the first child.
last_childGet the last child.
previous_siblingGet the previous sibling.
next_siblingGet ghe next sibling.

Methods

MethodDescription
get_syntax_treeGet the syntax tree.
child_nodesGet the child nodes collection.
get_leading_triviaGet the leading trivia.
get_trailing_triviaGet the Trailing trivia.
append_childAppend child node.
remove_childRemove the child.
replace_childReplace the child node.
insert_beforeInsert before node.
acceptDefines the interface for accept visitor.
write_toWrite to MarkdownTextWriter.
get_labelReturns the link reference label.
set_labelSets the link reference label.
get_destinationReturns the link reference destination.
set_destinationSets the link reference destination.
get_titleReturns the link reference title.
set_titleSets the link reference title.

See Also