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
- fieldName
Type: System.String
- fieldId
Type: System.Int32%
- isSortable
Type: System.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
IResultListDataProvider Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace