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
<GuidAttribute("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWCFMetadataStorageEvents
'Usage
Dim instance As IVsWCFMetadataStorageEvents
[GuidAttribute("77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
[InterfaceTypeAttribute()]
public interface IVsWCFMetadataStorageEvents
[GuidAttribute(L"77FDED51-E1EE-42B4-9E6C-BC892487D0AB")]
[InterfaceTypeAttribute()]
public interface class IVsWCFMetadataStorageEvents
public interface IVsWCFMetadataStorageEvents

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

IVsWCFMetadataStorageEvents Members

Microsoft.VisualStudio.WCFReference.Interop Namespace