Share via


ISharedStepHelper.IsWorkItemCompatible Method

Returns a value that indicates whether the provided work item is a shared step.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function IsWorkItemCompatible ( _
    workItem As WorkItem _
) As Boolean
bool IsWorkItemCompatible(
    WorkItem workItem
)
bool IsWorkItemCompatible(
    WorkItem^ workItem
)
abstract IsWorkItemCompatible : 
        workItem:WorkItem -> bool
function IsWorkItemCompatible(
    workItem : WorkItem
) : boolean

Parameters

Return Value

Type: Boolean
true if the work item is a shared step; otherwise, false.

.NET Framework Security

See Also

Reference

ISharedStepHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

WorkItem