WorkItemsListViewHelperVS.OpenWorkItem Method
Show the work item in a provisional tab
Namespace: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking
Assembly: Microsoft.VisualStudio.TeamFoundation.WorkItemTracking (in Microsoft.VisualStudio.TeamFoundation.WorkItemTracking.dll)
Syntax
'Declaration
Public Overrides Sub OpenWorkItem ( _
id As Integer, _
workItemType As WorkItemType _
)
public override void OpenWorkItem(
int id,
WorkItemType workItemType
)
public:
virtual void OpenWorkItem(
int id,
WorkItemType^ workItemType
) override
abstract OpenWorkItem :
id:int *
workItemType:WorkItemType -> unit
override OpenWorkItem :
id:int *
workItemType:WorkItemType -> unit
public override function OpenWorkItem(
id : int,
workItemType : WorkItemType
)
Parameters
- id
Type: System.Int32
- workItemType
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemType
.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
WorkItemsListViewHelperVS Class
Microsoft.VisualStudio.TeamFoundation.WorkItemTracking Namespace