ILinkedWorkItemExtension::OnWorkItemLinked Method (IEnumerable<IElement^>^, String^, Int32)
Visual Studio 2015
Called when a link is made to a new or existing TFS work item.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
void OnWorkItemLinked( IEnumerable<IElement^>^ elements, String^ serverUri, int workItemId )
Parameters
- elements
-
Type:
System.Collections.Generic::IEnumerable<IElement^>^
Model elements that are to be linked.
- serverUri
-
Type:
System::String^
Identity of the TFS server.
- workItemId
-
Type:
System::Int32
Work item number.
Show: