Document.CreateComment

Document.CreateComment method

Creates a Comment node given the specified string.

public Comment CreateComment(string data)
ParameterTypeDescription
dataStringThe comment data.

Return Value

The Comment.

See Also