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
- 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.