ArtifactHelper.ConvertWorkItemUrisToIds Method

Namespace:  Microsoft.TeamFoundation.TestManagement.Common.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

'Declaration
Public Shared Function ConvertWorkItemUrisToIds ( _
    uris As List(Of String) _
) As List(Of Integer)
public static List<int> ConvertWorkItemUrisToIds(
    List<string> uris
)
public:
static List<int>^ ConvertWorkItemUrisToIds(
    List<String^>^ uris
)
static member ConvertWorkItemUrisToIds : 
        uris:List<string> -> List<int> 
public static function ConvertWorkItemUrisToIds(
    uris : List<String>
) : List<int>

Parameters

Return Value

Type: System.Collections.Generic.List<Int32>
Returns List<T>.

.NET Framework Security

See Also

Reference

ArtifactHelper Class

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace