IWorkItemControlHost.ShowQueryResults Method

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

Syntax

'Declaration
Sub ShowQueryResults ( _
    teamProjectCollection As TfsTeamProjectCollection, _
    teamProjectName As String, _
    queryText As String _
)
void ShowQueryResults(
    TfsTeamProjectCollection teamProjectCollection,
    string teamProjectName,
    string queryText
)
void ShowQueryResults(
    TfsTeamProjectCollection^ teamProjectCollection, 
    String^ teamProjectName, 
    String^ queryText
)
abstract ShowQueryResults : 
        teamProjectCollection:TfsTeamProjectCollection * 
        teamProjectName:string * 
        queryText:string -> unit
function ShowQueryResults(
    teamProjectCollection : TfsTeamProjectCollection, 
    teamProjectName : String, 
    queryText : String
)

Parameters

.NET Framework Security

See Also

Reference

IWorkItemControlHost Interface

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace