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)
Syntax
void OnWorkItemRemoved(
IElement element,
string serverUri,
int workItemId
)
void OnWorkItemRemoved(
IElement^ element,
String^ serverUri,
int workItemId
)
abstract OnWorkItemRemoved :
element:IElement *
serverUri:string *
workItemId:int -> unit
Sub OnWorkItemRemoved (
element As IElement,
serverUri As String,
workItemId As Integer
)
Parameters
element
Type: Microsoft.VisualStudio.Uml.Classes.IElementModel element that is to be unlinked.
serverUri
Type: System.StringIdentity of the TFS server.
workItemId
Type: System.Int32Work item number.
See Also
ILinkedWorkItemExtension Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top