IVsWCFMetadataStorageProviderEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface for Windows Communication Foundation (WCF) metadata storage provider events.
public interface class IVsWCFMetadataStorageProviderEvents
public interface class IVsWCFMetadataStorageProviderEvents
__interface IVsWCFMetadataStorageProviderEvents
[System.Runtime.InteropServices.Guid("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWCFMetadataStorageProviderEvents
[<System.Runtime.InteropServices.Guid("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWCFMetadataStorageProviderEvents = interface
Public Interface IVsWCFMetadataStorageProviderEvents
- Attributes
Remarks
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.
Methods
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. |