ItemSpec.ToStrings Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Shared Function ToStrings ( _
    itemSpecs As ItemSpec() _
) As String()
'Usage
Dim itemSpecs As ItemSpec()
Dim returnValue As String()

returnValue = ItemSpec.ToStrings(itemSpecs)
public static string[] ToStrings(
    ItemSpec[] itemSpecs
)
public:
static array<String^>^ ToStrings(
    array<ItemSpec^>^ itemSpecs
)
public static function ToStrings(
    itemSpecs : ItemSpec[]
) : String[]

Parameters

Return Value

Type: array<System.String[]

.NET Framework Security

See Also

Reference

ItemSpec Class

ItemSpec Members

Microsoft.TeamFoundation.VersionControl.Client Namespace