IVsWCFMetadataStorageEvents Interface
Visual Studio 2015
Provides an interface for Windows Communication Foundation (WCF) metadata storage events.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnMapFileUpdated() | Raises an event after .svcmap files have been updated. |
![]() | OnMetadataFileAdded(String) | Raises an event after a new metadata file has been added. |
![]() | OnMetadataFileDeleted(String) | Raises an event after a metadata file has been deleted. |
![]() | OnMetadataFileRenamed(String, String) | Raises an event after a metadata file has been renamed. |
![]() | OnMetadataFileUpdated(String) | Raises an event after metadata files have been updated. |
These events are raised by the project system when files in the storage are changed externally.
To receive WCF metadata storage event notification, call the AdviseWCFMetadataStorageEvents method of the IVsWCFMetadataStorage interface.
Show:
