Interface implemented by the Work Item Host to provide functionality for displaying query results.
This is an opt-out mechanism if this interface is not supported Show Query Result will continue to be supported.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Interface IWorkItemControlHost2 _
    Inherits IWorkItemControlHost
public interface IWorkItemControlHost2 : IWorkItemControlHost
public interface class IWorkItemControlHost2 : IWorkItemControlHost
type IWorkItemControlHost2 =  
    interface 
        interface IWorkItemControlHost 
    end
public interface IWorkItemControlHost2 extends IWorkItemControlHost
The IWorkItemControlHost2 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | SupportsSendToExcel | (Inherited from IWorkItemControlHost.) | 
| .gif) | SupportsSendToMail | (Inherited from IWorkItemControlHost.) | 
| .gif) | SupportsSendToProject | (Inherited from IWorkItemControlHost.) | 
| .gif) | SupportsShowQueryResults | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | SendToExcel | (Inherited from IWorkItemControlHost.) | 
| .gif) | SendToMail | (Inherited from IWorkItemControlHost.) | 
| .gif) | SendToProject | (Inherited from IWorkItemControlHost.) | 
| .gif) | ShowQueryResults | (Inherited from IWorkItemControlHost.) | 
| .gif) | ShowWorkItem | (Inherited from IWorkItemControlHost.) | 
Top
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace