IVsProjectBuildSystem.GetBuildSystemKind(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 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.