IVsBuildManagerAccessor.GetCurrentBatchBuildId(UInt32) Method

Definition

Returns the current batch build ID, or 0 if there is no batch build going on.

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

Parameters

pBatchId
UInt32

[out] The batch ID.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to