This documentation is archived and is not being maintained.
Workspace::GetTeamProjectsForLocalPaths Method
Visual Studio 2013
Gets the team projects on the version-control repository that have the specified paths.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<TeamProject^>^ GetTeamProjectsForLocalPaths( array<String^>^ localPaths )
Parameters
- localPaths
- Type: array<System::String>
The local paths for which to get the team projects.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::TeamProject>The team projects that contain the specified paths.
- 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: