ItemSpec.ToStrings Method

Creates an array of user-readable strings from an array of ItemSpec objects.

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()
public static string[] ToStrings(
    ItemSpec[] itemSpecs
)
public:
static array<String^>^ ToStrings(
    array<ItemSpec^>^ itemSpecs
)
static member ToStrings : 
        itemSpecs:ItemSpec[] -> string[] 
public static function ToStrings(
    itemSpecs : ItemSpec[]
) : String[]

Parameters

Return Value

Type: array<System.String[]
An array of strings that describe the properties of the ItemSpec objects.

Remarks

Each string contains only a path to an identifier, not the recursion type or the deletion ID.

.NET Framework Security

See Also

Reference

ItemSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace