IVsWCFMetadataStorageProviderEvents Interface
Visual Studio 2015
Provides an interface for Windows Communication Foundation (WCF) metadata storage provider events.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnAdded(IVsWCFMetadataStorage) | Raises an event after a new file or folder has been added. |
![]() | OnMoved(String, String) | Raises an event when a file or folder has been moved. |
![]() | OnRemoved(String) | Raises an event when a file or folder has been removed. |
![]() | OnRemoving(String) | Raises an event before a file or folder is removed. |
![]() | OnRenamed(String, String) | Raises an event when a file or folder has been renamed. |
These events are raised by the project system when there is any change related to the physical folders or files of the WCF metadata storage.
Show:
