Edit

Share via


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

CommentThreadContext()

Properties

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

SetSecuredObject(ISecuredObject)

Explicit Interface Implementations

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

Applies to