IVsServiceReferenceMetadataStorageProvider::AdviseMetadataStorageProviderEvents Method (IVsServiceReferenceMetadataStorageProviderEvents^, UInt32)
Visual Studio 2015
Registers the caller for metadata storage provider event notification.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
void AdviseMetadataStorageProviderEvents( IVsServiceReferenceMetadataStorageProviderEvents^ pSink, [OutAttribute] unsigned int% pdwCookie )
Parameters
- pSink
-
Type:
Microsoft.VisualStudio.WCFReference.Interop::IVsServiceReferenceMetadataStorageProviderEvents^
Reference that provides notifications of metadata storage events.
- pdwCookie
-
Type:
System::UInt32
A token representing the completed registration.
To cancel event notification, call the UnadviseMetadataStorageProviderEvents method.
Show: