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)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")> _
Public Interface IVsWCFMetadataStorageEvents
[InterfaceTypeAttribute()]
[GuidAttribute("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
public interface IVsWCFMetadataStorageEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
public interface class IVsWCFMetadataStorageEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")>]
type IVsWCFMetadataStorageEvents = interface end
public interface IVsWCFMetadataStorageEvents
The IVsWCFMetadataStorageEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnMapFileUpdated | Raises an event after .svcmap files have been updated. | |
OnMetadataFileAdded | Raises an event after a new metadata file has been added. | |
OnMetadataFileDeleted | Raises an event after a metadata file has been deleted. | |
OnMetadataFileRenamed | Raises an event after a metadata file has been renamed. | |
OnMetadataFileUpdated | Raises an event after metadata files have been updated. |
Top
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.