Edit

CommentThreadContext Class

Definition

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

Constructors

Name Description
CommentThreadContext()

Properties

Name Description
FilePath

File path relative to the root of the repository. It's up to the client to use any path format.

LeftFileEnd

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

LeftFileStart

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

RightFileEnd

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

RightFileStart

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

Methods

Name Description
SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to