IVsBuildManagerAccessor.GetCurrentBatchBuildId(UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.