Returns the type of comment.
Read-write property
Visual Basic |
---|
Public Property CommentType As ENUM_PCD_COMMENT_TYPES |
Read/Write ENUM_PCD_COMMENT_TYPES enumeration type
ENUM_PCD_COMMENT_TYPES enumeration type value representing the type of comment. The following enumeration values are available:
PCD_COMMENT_OPER = 0
PCD_COMMENT_REPORT = 1
PCD_COMMENT_INPUT = 2
PCD_COMMENT_DOCUMENTATION = 3
PCD_COMMENT_YESNO = 4