ILinkedWorkItemExtension Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
| Name | Description | |
|---|---|---|
![]() | OnWorkItemCreated(IEnumerable<IElement^>^, IWorkItemDocument^) | Called when a user wants to link a model element to a new TFS work item. Called before the work item is displayed to the user, so that you can set the fields in currentDocument. |
![]() | OnWorkItemLinked(IEnumerable<IElement^>^, String^, Int32) | Called when a link is made to a new or existing TFS work item. |
![]() | OnWorkItemRemoved(IElement^, String^, Int32) | Called before the model element is unlinked from a work item, including when the model element is deleted. |
Show:
