IVsBuildManagerAccessor2.GetCurrentBatchBuildId(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.