IVsIntellisenseProjectManager.UnadviseIntellisenseProjectEvents 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.
Disconnects an event sink. The inverse of AdviseIntellisenseProjectEvents(IVsIntellisenseProjectEventSink, UInt32).
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.