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 | |
---|---|---|
IsMultipleSourceMode | true if there are multiple source workitems. the WorkItem return one of the source workitems | |
LinkTypeName | name of the selected link type | |
ServiceProvider | Service provider that the host exposes for controls that it contains to use for services such as accessing Fonts | |
TeamProjectCollection | TfsTeamProjectCollection the host is associated with | |
WorkItem | the workitem the host is associated with |
Top
Events
Name | Description | |
---|---|---|
LinkTypeNameChanged | occurs when the link type name is changed |
Top
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace