Share via


IVsDeployableProjectCfg2.UnadviseDeployStatusCallback(UInt32) Method

Definition

Disconnects the callback established by AdviseDeployStatusCallback(IVsDeployStatusCallback, UInt32).

public:
 int UnadviseDeployStatusCallback(System::UInt32 dwCookie);
public:
 int UnadviseDeployStatusCallback(unsigned int dwCookie);
int UnadviseDeployStatusCallback(unsigned int dwCookie);
public int UnadviseDeployStatusCallback (uint dwCookie);
abstract member UnadviseDeployStatusCallback : uint32 -> int
Public Function UnadviseDeployStatusCallback (dwCookie As UInteger) As Integer

Parameters

Returns

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

Implements

Applies to