IDialogControl Interface
Note: This API is now obsolete.
All controls to be hosted in Links dialog box should implement this interface This is old interface supported for backward compatibility.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ILinkDialogControl")> _
Public Interface IDialogControl
[ObsoleteAttribute("Use ILinkDialogControl")]
public interface IDialogControl
[ObsoleteAttribute(L"Use ILinkDialogControl")]
public interface class IDialogControl
[<ObsoleteAttribute("Use ILinkDialogControl")>]
type IDialogControl = interface end
public interface IDialogControl
The IDialogControl type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDisplayName | ||
GetUpdatedLink | ||
Initialize |
Top
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace