IVsBuildManagerAccessor.GetCurrentBatchBuildId(UInt32) Méthode

Définition

Retourne l'ID de génération en tâche de fond actuel ou 0 s'il n'existe aucune génération en tâche de fond en cours.

public:
 int GetCurrentBatchBuildId([Runtime::InteropServices::Out] System::UInt32 % pBatchId);
int GetCurrentBatchBuildId([Runtime::InteropServices::Out] unsigned int & pBatchId);
public int GetCurrentBatchBuildId (out uint pBatchId);
abstract member GetCurrentBatchBuildId : uint32 -> int
Public Function GetCurrentBatchBuildId (ByRef pBatchId As UInteger) As Integer

Paramètres

pBatchId
UInt32

[out] ID par lots.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

S’applique à