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
- teamProjectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- teamProjectName
Type: System.String
- queryText
Type: System.String
.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
IWorkItemControlHost Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace