StoryboardLinkingHandler.ExecuteDefaultAction Method
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.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Function ExecuteDefaultAction ( _
artifactUri As String, _
contextInfo As String _
) As Boolean
public bool ExecuteDefaultAction(
string artifactUri,
string contextInfo
)
public:
virtual bool ExecuteDefaultAction(
String^ artifactUri,
String^ contextInfo
) sealed
abstract ExecuteDefaultAction :
artifactUri:string *
contextInfo:string -> bool
override ExecuteDefaultAction :
artifactUri:string *
contextInfo:string -> bool
public final function ExecuteDefaultAction(
artifactUri : String,
contextInfo : String
) : boolean
Parameters
artifactUri
Type: System.StringThe TFS artifact Uri returned from the work item store.
contextInfo
Type: System.StringContext for the specified artifact.
Return Value
Type: System.Boolean
A boolean value indicating whether the Uri associated with the specified artifact Uri was opened successfully.
Implements
IClientLinking.ExecuteDefaultAction(String, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
StoryboardLinkingHandler Class
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace