IWorkItemGridValueProvider.GetFieldValue Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Function GetFieldValue ( _
gridCookie As Object, _
itemId As Integer, _
fieldId As Integer, _
revision As Integer, _
<OutAttribute> ByRef fieldValue As Object _
) As Boolean
bool GetFieldValue(
Object gridCookie,
int itemId,
int fieldId,
int revision,
out Object fieldValue
)
bool GetFieldValue(
Object^ gridCookie,
int itemId,
int fieldId,
int revision,
[OutAttribute] Object^% fieldValue
)
abstract GetFieldValue :
gridCookie:Object *
itemId:int *
fieldId:int *
revision:int *
fieldValue:Object byref -> bool
function GetFieldValue(
gridCookie : Object,
itemId : int,
fieldId : int,
revision : int,
fieldValue : Object
) : boolean
Parameters
- gridCookie
Type: System.Object
- itemId
Type: System.Int32
- fieldId
Type: System.Int32
- revision
Type: System.Int32
- fieldValue
Type: System.Object%
Return Value
Type: System.Boolean
Returns Boolean.
.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
IWorkItemGridValueProvider Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace