IVsWCFMetadataStorageEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface for Windows Communication Foundation (WCF) metadata storage events.
public interface class IVsWCFMetadataStorageEvents
public interface class IVsWCFMetadataStorageEvents
__interface IVsWCFMetadataStorageEvents
[System.Runtime.InteropServices.Guid("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWCFMetadataStorageEvents
[<System.Runtime.InteropServices.Guid("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWCFMetadataStorageEvents = interface
Public Interface IVsWCFMetadataStorageEvents
- Attributes
Remarks
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.
Methods
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. |