This documentation is archived and is not being maintained.
DiscussionPosition Class
Visual Studio 2013
Position of the discussion in a file.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
The DiscussionPosition type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DiscussionPosition(Int32, Int32, Int32, Int32, String) | Constructs a discussion position instance. |
![]() | DiscussionPosition(Int32, Int32, Int32, Int32, Int32, Int32, String) | Constructs a discussion position instance. |
| Name | Description | |
|---|---|---|
![]() | EndCharPosition | Character number of the end position. |
![]() | EndColumn | Column number of the end position. |
![]() | EndLine | Line number of the end position. |
![]() | PositionContext | Any other metadata we need about the comment to re-create and position it correctly. |
![]() | StartCharPosition | Character number of the start position. |
![]() | StartColumn | Column number of the start position. |
![]() | StartLine | Line number of the start position. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object.ToString.) |
Show:
