IResultListDataProvider.GetFieldValue Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Function GetFieldValue ( _
displayRowIndex As Integer, _
fieldId As Integer _
) As String
string GetFieldValue(
int displayRowIndex,
int fieldId
)
String^ GetFieldValue(
int displayRowIndex,
int fieldId
)
abstract GetFieldValue :
displayRowIndex:int *
fieldId:int -> string
function GetFieldValue(
displayRowIndex : int,
fieldId : int
) : String
Parameters
- displayRowIndex
Type: System.Int32
- fieldId
Type: System.Int32
Return Value
Type: System.String
Returns 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.
See Also
Reference
IResultListDataProvider Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace