IVsServiceReferenceMetadataStorageEvents Interface
Visual Studio 2015
Provides an interface for XML web service 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 XML web service metadata storage event notification, call the AdviseServiceReferenceMetadataStorageEvents method of the IVsServiceReferenceMetadataStorage interface.
Show:
