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