CommentType Property
Description
Returns the type of comment.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property CommentType As ENUM_PCD_COMMENT_TYPES |
Return Type
Read/Write ENUM_PCD_COMMENT_TYPES enumeration type
Remarks
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
See Also