IVsIntellisenseProjectManager.UnadviseIntellisenseProjectEvents Method

Definition

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

Parameters

dwCookie
UInt32

[in]  The VSCOOKIE value returned by AdviseIntellisenseProjectEvents(IVsIntellisenseProjectEventSink, UInt32) when you registered the event sink.

Returns

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

Applies to