Edit

Share via


CommentPosition Class

Definition

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

Constructors

CommentPosition()

Properties

Line

The line number of a thread's position. Starts at 1.

Offset

The character offset of a thread's position inside of a line. Starts at 0.

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

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

Applies to