StoryboardLinkingHandler Class

Provides a double-click handler for storyboard links stored in TFS and linked to a work item.

From the comment on IClientLinking: "It should be explicitly declared as ComVisible to better work with the plugin architecture without dependency on COM visibility set for the assembly

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Controls.StoryboardLinkingHandler

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
<GuidAttribute("F671FDD2-CE1C-4CAC-8EA8-F570FAE2477D")> _
<ComVisibleAttribute(True)> _
Public Class StoryboardLinkingHandler _
    Implements IClientLinking
[GuidAttribute("F671FDD2-CE1C-4CAC-8EA8-F570FAE2477D")]
[ComVisibleAttribute(true)]
public class StoryboardLinkingHandler : IClientLinking
[GuidAttribute(L"F671FDD2-CE1C-4CAC-8EA8-F570FAE2477D")]
[ComVisibleAttribute(true)]
public ref class StoryboardLinkingHandler : IClientLinking
[<GuidAttribute("F671FDD2-CE1C-4CAC-8EA8-F570FAE2477D")>]
[<ComVisibleAttribute(true)>]
type StoryboardLinkingHandler =  
    class 
        interface IClientLinking 
    end
public class StoryboardLinkingHandler implements IClientLinking

The StoryboardLinkingHandler type exposes the following members.

Constructors

  Name Description
Public method StoryboardLinkingHandler

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method ExecuteDefaultAction Opens the Uri associated with the specified storyboard Artifact Uri if it is possible in response to a request from the WIT client linking UI.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace