ILinkedWorkItemExtension::OnWorkItemLinked Method (IEnumerable<IElement^>^, String^, Int32)

 

Called when a link is made to a new or existing TFS work item.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
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.

Return to top
Show: