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)

Syntax

'Declaration
ReadOnly Property AffectedTeamProjectPaths As String()
string[] AffectedTeamProjectPaths { get; }
property array<String^>^ AffectedTeamProjectPaths {
    array<String^>^ get ();
}
abstract AffectedTeamProjectPaths : string[] with get
function get AffectedTeamProjectPaths () : String[]

Property Value

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

.NET Framework Security

See Also

Reference

IPendingCheckinPendingChanges Interface

Microsoft.TeamFoundation.VersionControl.Client Namespace