This documentation is archived and is not being maintained.

IPendingCheckinPendingChanges::AffectedTeamProjectPaths Property

Gets the array of team projects that was affected by the current set of checked pending changes.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

property array<String^>^ AffectedTeamProjectPaths {
	array<String^>^ get ();
}

Property Value

Type: array<System::String>
The array of team projects that was affected by the current set of checked pending changes.

Show: