This documentation is archived and is not being maintained.
ItemSpec::FromStrings Method
Visual Studio 2013
Gets an array of ItemSpec objects from the specified array of local or server paths and a recursion level.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: static array<ItemSpec^>^ FromStrings( array<String^>^ paths, RecursionType recursion )
Parameters
- paths
- Type: array<System::String>
An array of local or server paths.
- recursion
- Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType
The recursion level to search.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>An array of 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: