IResultListDataProvider.GetFieldInfo Method

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Sub GetFieldInfo ( _
    fieldName As String, _
    <OutAttribute> ByRef fieldId As Integer, _
    <OutAttribute> ByRef isSortable As Boolean _
)
void GetFieldInfo(
    string fieldName,
    out int fieldId,
    out bool isSortable
)
void GetFieldInfo(
    String^ fieldName, 
    [OutAttribute] int% fieldId, 
    [OutAttribute] bool% isSortable
)
abstract GetFieldInfo : 
        fieldName:string * 
        fieldId:int byref * 
        isSortable:bool byref -> unit
function GetFieldInfo(
    fieldName : String, 
    fieldId : int, 
    isSortable : boolean
)

Parameters

.NET Framework Security

See Also

Reference

IResultListDataProvider Interface

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace