IVsSharedAssetsProject.UnadviseEvents(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.
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.