Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Position of the discussion in a file.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Discussion.Client.DiscussionPosition
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public NotInheritable Class DiscussionPosition
public sealed class DiscussionPosition
public ref class DiscussionPosition sealed
[<Sealed>]
type DiscussionPosition = class end
public final class DiscussionPosition
The DiscussionPosition type exposes the following members.
Constructors
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. |
Top
Properties
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. |
Top
Methods
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().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.