IVsProjectBuildSystem.GetBuildSystemKind(UInt32) Method

Definition

Returns the type or kind of build system.

public:
 int GetBuildSystemKind([Runtime::InteropServices::Out] System::UInt32 % pBuildSystemKind);
int GetBuildSystemKind([Runtime::InteropServices::Out] unsigned int & pBuildSystemKind);
public int GetBuildSystemKind (out uint pBuildSystemKind);
abstract member GetBuildSystemKind : uint32 -> int
Public Function GetBuildSystemKind (ByRef pBuildSystemKind As UInteger) As Integer

Parameters

pBuildSystemKind
UInt32

[out] Pointer to an integer indicating the type of build system. For MSBuild, this value is BSK_MSBUILD.

Returns

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

Applies to