ILinkDialogControlHost Interface

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
Public property IsMultipleSourceMode true if there are multiple source workitems. the WorkItem return one of the source workitems
Public property LinkTypeName name of the selected link type
Public property ServiceProvider Service provider that the host exposes for controls that it contains to use for services such as accessing Fonts
Public property TeamProjectCollection TfsTeamProjectCollection the host is associated with
Public property WorkItem the workitem the host is associated with

Top

Events

  Name Description
Public event LinkTypeNameChanged occurs when the link type name is changed

Top

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace