IVsSharedAssetsProject.UnadviseEvents(UInt32) Method

Definition

Stops subscribing to shared asset project events.

public:
 void UnadviseEvents(System::UInt32 cookie);
public:
 void UnadviseEvents(unsigned int cookie);
void UnadviseEvents(unsigned int cookie);
public void UnadviseEvents (uint cookie);
abstract member UnadviseEvents : uint32 -> unit
Public Sub UnadviseEvents (cookie As UInteger)

Parameters

cookie
UInt32

The event cookie.

Applies to