quotedFileContent property

CommentQuotedFileContent? quotedFileContent
getter/setter pair

The file content to which the comment refers, typically within the anchor region.

For a text file, for example, this would be the text at the location of the comment.

Implementation

CommentQuotedFileContent? quotedFileContent;