ResultOptions.SetLinkingQuery Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function SetLinkingQuery ( _
queryType As QueryType, _
updateDisplayFields As Boolean, _
fieldDefinitions As FieldDefinitionCollection _
) As Boolean
public bool SetLinkingQuery(
QueryType queryType,
bool updateDisplayFields,
FieldDefinitionCollection fieldDefinitions
)
public:
bool SetLinkingQuery(
QueryType queryType,
bool updateDisplayFields,
FieldDefinitionCollection^ fieldDefinitions
)
member SetLinkingQuery :
queryType:QueryType *
updateDisplayFields:bool *
fieldDefinitions:FieldDefinitionCollection -> bool
public function SetLinkingQuery(
queryType : QueryType,
updateDisplayFields : boolean,
fieldDefinitions : FieldDefinitionCollection
) : boolean
Parameters
- queryType
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.QueryType
- updateDisplayFields
Type: System.Boolean
- fieldDefinitions
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldDefinitionCollection
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
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace