IVsBuildManagerAccessor2.GetCurrentBatchBuildId(UInt32) Método

Definição

Retorna a ID da compilação do lote atual ou 0 se não houver nenhuma compilação em lote em andamento.

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

Parâmetros

pBatchId
UInt32

fora A ID do lote.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Implementações

Aplica-se a