Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
void OnWorkItemLinked(
    IEnumerable<IElement> elements,
    string serverUri,
    int workItemId
)
void OnWorkItemLinked(
    IEnumerable<IElement^>^ elements,
    String^ serverUri,
    int workItemId
)
abstract OnWorkItemLinked : 
        elements:IEnumerable<IElement> *
        serverUri:string *
        workItemId:int -> unit
Sub OnWorkItemLinked (
    elements As IEnumerable(Of IElement),
    serverUri As String,
    workItemId As Integer
)
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. 
See Also
ILinkedWorkItemExtension Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top