CommentPosition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |