Edit

CommentType Enum

Definition

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.

Applies to