IVsWCFMetadataStorageProvider::AdviseWCFMetadataStorageProviderEvents Method (IVsWCFMetadataStorageProviderEvents^, 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 AdviseWCFMetadataStorageProviderEvents( IVsWCFMetadataStorageProviderEvents^ pSink, [OutAttribute] unsigned int% pdwCookie )
Parameters
- pSink
-
Type:
Microsoft.VisualStudio.WCFReference.Interop::IVsWCFMetadataStorageProviderEvents^
Reference that provides notifications of metadata storage events.
- pdwCookie
-
Type:
System::UInt32
A token representing the completed registration.
To cancel event notification, call the UnadviseWCFMetadataStorageProviderEvents method.
Show: