DiscussionPosition Constructor
Constructs a discussion position instance.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public Sub New ( _
startLine As Integer, _
endLine As Integer, _
startCharPosition As Integer, _
endCharPosition As Integer, _
positionContext As String _
)
public DiscussionPosition(
int startLine,
int endLine,
int startCharPosition,
int endCharPosition,
string positionContext
)
public:
DiscussionPosition(
int startLine,
int endLine,
int startCharPosition,
int endCharPosition,
String^ positionContext
)
new :
startLine:int *
endLine:int *
startCharPosition:int *
endCharPosition:int *
positionContext:string -> DiscussionPosition
public function DiscussionPosition(
startLine : int,
endLine : int,
startCharPosition : int,
endCharPosition : int,
positionContext : String
)
Parameters
- startLine
Type: System.Int32
- endLine
Type: System.Int32
- startCharPosition
Type: System.Int32
- endCharPosition
Type: System.Int32
- positionContext
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.