Compartilhar via


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

'Declaração
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 describes the properties of the ItemSpec objects.

Remarks

Note that the recursion and deletion ID are not included in each string (that is, it is just a path).

.NET Framework Security

See Also

Reference

ItemSpec Class

Microsoft.TeamFoundation.VersionControl.Client Namespace