Edit

CommentTrackingCriteria Class

Definition

Comment tracking criteria is used to identify which iteration context the thread has been tracked to (if any) along with some detail about the original position and filename.

[System.Runtime.Serialization.DataContract]
public class CommentTrackingCriteria : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type CommentTrackingCriteria = class
    inherit VersionControlSecuredObject
Public Class CommentTrackingCriteria
Inherits VersionControlSecuredObject
Inheritance
CommentTrackingCriteria
Attributes

Constructors

CommentTrackingCriteria()

Properties

FirstComparingIteration

The iteration of the file on the left side of the diff that the thread will be tracked to. Threads were tracked if this is greater than 0.

OrigFilePath

Original filepath the thread was created on before tracking. This will be different than the current thread filepath if the file in question was renamed in a later iteration.

OrigLeftFileEnd

Original position of last character of the thread's span in left file.

OrigLeftFileStart

Original position of first character of the thread's span in left file.

OrigRightFileEnd

Original position of last character of the thread's span in right file.

OrigRightFileStart

Original position of first character of the thread's span in right file.

SecondComparingIteration

The iteration of the file on the right side of the diff that the thread will be tracked to. Threads were tracked if this is greater than 0.

Methods

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to