Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ISharedStepHelper::IsWorkItemCompatible Method (WorkItem^)

 

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)

bool IsWorkItemCompatible(
	WorkItem^ workItem
)

Return Value

Type: System::Boolean

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

Return to top
Show: