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

'Declaration
<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
Public method OnMapFileUpdated Raises an event after .svcmap files have been updated.
Public method OnMetadataFileAdded Raises an event after a new metadata file has been added.
Public method OnMetadataFileDeleted Raises an event after a metadata file has been deleted.
Public method OnMetadataFileRenamed Raises an event after a metadata file has been renamed.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.WCFReference.Interop Namespace