The add/edit link dialog implements this interfaces and is passed to child link controls
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Interface ILinkDialogControlHost
public interface ILinkDialogControlHost
public interface class ILinkDialogControlHost
type ILinkDialogControlHost =  interface end
public interface ILinkDialogControlHost
The ILinkDialogControlHost type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsMultipleSourceMode | true if there are multiple source workitems. the WorkItem return one of the source workitems | 
| .gif) | LinkTypeName | name of the selected link type | 
| .gif) | ServiceProvider | Service provider that the host exposes for controls that it contains to use for services such as accessing Fonts | 
| .gif) | TeamProjectCollection | TfsTeamProjectCollection the host is associated with | 
| .gif) | WorkItem | the workitem the host is associated with | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | LinkTypeNameChanged | occurs when the link type name is changed | 
Top
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace