CommentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of a comment.
[System.Runtime.Serialization.DataContract]
public enum CommentType
type CommentType =
Public Enum CommentType
- Inheritance
-
CommentType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The comment type is not known. |
| Text | 1 | This is a regular user comment. |
| CodeChange | 2 | The comment comes as a result of a code change. |
| System | 3 | The comment represents a system message. |