InformationNodeConverters.GetChangesetId, méthode (IBuildInformation, Int32, Boolean)
Obtient un changesetId de la génération pour une demande particulière, si le returnFirstIfNotFound est spécifié, il retourne le premier ensemble de modifications dans la liste si celui spécifié n'est pas présent.
Espace de noms : Microsoft.TeamFoundation.Build.Client
Assembly : Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)
Syntaxe
'Déclaration
Public Shared Function GetChangesetId ( _
buildInformation As IBuildInformation, _
requestId As Integer, _
returnFirstIfNotFound As Boolean _
) As Integer
public static int GetChangesetId(
IBuildInformation buildInformation,
int requestId,
bool returnFirstIfNotFound
)
Paramètres
- buildInformation
Type : Microsoft.TeamFoundation.Build.Client.IBuildInformation
- requestId
Type : System.Int32
- returnFirstIfNotFound
Type : System.Boolean
Valeur de retour
Type : System.Int32
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.