This documentation is archived and is not being maintained.
ItemSpec::ToStrings Method
Visual Studio 2013
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)
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.
- 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.
Show: