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
- itemSpecs 
 Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]- An array of ItemSpec objects. 
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.