ClientWiqlAdapterHelper.GetFieldSupportsTextQuery Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function GetFieldSupportsTextQuery ( _
fieldTag As Object _
) As Boolean
public bool GetFieldSupportsTextQuery(
Object fieldTag
)
public:
virtual bool GetFieldSupportsTextQuery(
Object^ fieldTag
) sealed
abstract GetFieldSupportsTextQuery :
fieldTag:Object -> bool
override GetFieldSupportsTextQuery :
fieldTag:Object -> bool
public final function GetFieldSupportsTextQuery(
fieldTag : Object
) : boolean
Parameters
- fieldTag
Type: System.Object
Return Value
Type: System.Boolean
Implements
IWiqlAdapterHelper.GetFieldSupportsTextQuery(Object)
.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.