Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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()
Get
string[] AffectedTeamProjectPaths { get; }
property array<String^>^ AffectedTeamProjectPaths {
array<String^>^ get ();
}
abstract AffectedTeamProjectPaths : string[]
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.