IVsBuildManagerAccessor3::ReleaseBuildResources Method (UInt32)

 

Releases the resource(s) acquired with AcquireBuildResources. This method deprecates ReleaseUIThreadForBuild and EndDesignTimeBuild.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

int ReleaseBuildResources(
	unsigned int hCookie
)

Parameters

hCookie
Type: System::UInt32

The cookie.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: