LinkDialogRelatedLinkControl.GetUpdatedLinks Method
Returns new RelatedLink with user entered values
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function GetUpdatedLinks As IEnumerable(Of Link)
public IEnumerable<Link> GetUpdatedLinks()
public:
virtual IEnumerable<Link^>^ GetUpdatedLinks() sealed
abstract GetUpdatedLinks : unit -> IEnumerable<Link>
override GetUpdatedLinks : unit -> IEnumerable<Link>
public final function GetUpdatedLinks() : IEnumerable<Link>
Return Value
Type: System.Collections.Generic.IEnumerable<Link>
Returns IEnumerable<T>.
Implements
ILinkDialogControl.GetUpdatedLinks()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
LinkDialogRelatedLinkControl Class
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace