IVsWCFMetadataStorageEvents Interface

 

Provides an interface for Windows Communication Foundation (WCF) metadata storage events.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
public interface IVsWCFMetadataStorageEvents

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 WCF metadata storage event notification, call the AdviseWCFMetadataStorageEvents method of the IVsWCFMetadataStorage interface.

Return to top
Show: