IVsServiceReferenceMetadataStorageEvents Interface

 

Provides an interface for XML web service metadata storage events.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("C6DF0D84-83E9-4E07-BA41-903A03763C5B")]
public interface IVsServiceReferenceMetadataStorageEvents

NameDescription
System_CAPS_pubmethodOnMapFileUpdated()

Raises an event after .svcmap files have been updated.

System_CAPS_pubmethodOnMetadataFileAdded(String)

Raises an event after a new metadata file has been added.

System_CAPS_pubmethodOnMetadataFileDeleted(String)

Raises an event after a metadata file has been deleted.

System_CAPS_pubmethodOnMetadataFileRenamed(String, String)

Raises an event after a metadata file has been renamed.

System_CAPS_pubmethodOnMetadataFileUpdated(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.

Return to top
Show: