ILinkedWorkItemExtension::OnWorkItemRemoved Method (IElement^, String^, Int32)

 

Called before the model element is unlinked from a work item, including when the model element is deleted.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

void OnWorkItemRemoved(
	IElement^ element,
	String^ serverUri,
	int workItemId
)

Parameters

element
Type: Microsoft.VisualStudio.Uml.Classes::IElement^

Model element that is to be unlinked.

serverUri
Type: System::String^

Identity of the TFS server.

workItemId
Type: System::Int32

Work item number.

Return to top
Show: