IVsServiceReferenceMetadataStorageProvider.UnadviseMetadataStorageProviderEvents 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.
Cancels registration for metadata storage provider event notification.
public:
void UnadviseMetadataStorageProviderEvents(System::UInt32 dwCookie);
public:
void UnadviseMetadataStorageProviderEvents(unsigned int dwCookie);
void UnadviseMetadataStorageProviderEvents(unsigned int dwCookie);
public void UnadviseMetadataStorageProviderEvents (uint dwCookie);
abstract member UnadviseMetadataStorageProviderEvents : uint32 -> unit
Public Sub UnadviseMetadataStorageProviderEvents (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
A token representing the registration to be canceled.
Remarks
The token specified in dwCookie
is returned by AdviseServiceReferenceMetadataStorageProviderEvents
when the registration is initiated.