IVsBuildManagerAccessor2.ReleaseBuildResources(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.
Releases the resource(s) acquired with AcquireBuildResources(VSBUILDMANAGERRESOURCE, UInt32).
public:
int ReleaseBuildResources(System::UInt32 hCookie);
public:
int ReleaseBuildResources(unsigned int hCookie);
int ReleaseBuildResources(unsigned int hCookie);
public int ReleaseBuildResources (uint hCookie);
abstract member ReleaseBuildResources : uint32 -> int
Public Function ReleaseBuildResources (hCookie As UInteger) As Integer
Parameters
- hCookie
- UInt32
[in] The cookie that identifies the resource(s) to be released.
Returns
If the method succeeds, it returns S_OK
. If it fails, it returns an error code.
Remarks
This method deprecates ReleaseUIThreadForBuild and EndDesignTimeBuild.