IVsBuildPropertyStorage3.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.
Unsubscribes from build property storage events.
public:
int UnadviseEvents(System::UInt32 dwCookie);
public:
int UnadviseEvents(unsigned int dwCookie);
int UnadviseEvents(unsigned int dwCookie);
public int UnadviseEvents (uint dwCookie);
abstract member UnadviseEvents : uint32 -> int
Public Function UnadviseEvents (dwCookie As UInteger) As Integer
Parameters
- dwCookie
- UInt32
The event cookie.
Returns
The HRESULT.