IVsServiceReferenceMetadataStorageEvents Interface

Definition

Provides an interface for XML web service metadata storage events.

public interface class IVsServiceReferenceMetadataStorageEvents
public interface class IVsServiceReferenceMetadataStorageEvents
__interface IVsServiceReferenceMetadataStorageEvents
[System.Runtime.InteropServices.Guid("C6DF0D84-83E9-4E07-BA41-903A03763C5B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsServiceReferenceMetadataStorageEvents
[<System.Runtime.InteropServices.Guid("C6DF0D84-83E9-4E07-BA41-903A03763C5B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsServiceReferenceMetadataStorageEvents = interface
Public Interface IVsServiceReferenceMetadataStorageEvents
Attributes

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.

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.

Applies to