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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("C6DF0D84-83E9-4E07-BA41-903A03763C5B")> _
Public Interface IVsServiceReferenceMetadataStorageEvents
[InterfaceTypeAttribute()]
[GuidAttribute("C6DF0D84-83E9-4E07-BA41-903A03763C5B")]
public interface IVsServiceReferenceMetadataStorageEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"C6DF0D84-83E9-4E07-BA41-903A03763C5B")]
public interface class IVsServiceReferenceMetadataStorageEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("C6DF0D84-83E9-4E07-BA41-903A03763C5B")>]
type IVsServiceReferenceMetadataStorageEvents =  interface end
public interface IVsServiceReferenceMetadataStorageEvents

The IVsServiceReferenceMetadataStorageEvents 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 XML web service metadata storage event notification, call the AdviseServiceReferenceMetadataStorageEvents method of the IVsServiceReferenceMetadataStorage interface.

See Also

Reference

Microsoft.VisualStudio.WCFReference.Interop Namespace