Repository.QueryPendingChangesById, méthode
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function QueryPendingChangesById ( _
pendingChangeIds As Integer(), _
generateDownloadUrls As Boolean _
) As PendingChange()
[WebMethodAttribute]
public PendingChange[] QueryPendingChangesById(
int[] pendingChangeIds,
bool generateDownloadUrls
)
Paramètres
- pendingChangeIds
Type : array<System.Int32[]
- generateDownloadUrls
Type : System.Boolean
Valeur de retour
Type : array<Microsoft.TeamFoundation.VersionControl.Server.PendingChange[]
retourne PendingChange ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms