IVsBuildManagerAccessor2.GetCurrentBatchBuildId(UInt32) Метод

Определение

Возвращает текущий идентификатор Пакетного построения или 0, если Пакетное построение не происходит.

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

Параметры

pBatchId
UInt32

[out] идентификатор пакета.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Реализации

Применяется к