IWorkItemControlHost2 Interface
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 | |
---|---|---|
SupportsSendToExcel | (Inherited from IWorkItemControlHost.) | |
SupportsSendToMail | (Inherited from IWorkItemControlHost.) | |
SupportsSendToProject | (Inherited from IWorkItemControlHost.) | |
SupportsShowQueryResults |
Top
Methods
Name | Description | |
---|---|---|
SendToExcel | (Inherited from IWorkItemControlHost.) | |
SendToMail | (Inherited from IWorkItemControlHost.) | |
SendToProject | (Inherited from IWorkItemControlHost.) | |
ShowQueryResults | (Inherited from IWorkItemControlHost.) | |
ShowWorkItem | (Inherited from IWorkItemControlHost.) |
Top
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace