IVsWCFMetadataStorageProviderEvents Interface

 

Provides an interface for Windows Communication Foundation (WCF) metadata storage provider events.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")]
public interface IVsWCFMetadataStorageProviderEvents

NameDescription
System_CAPS_pubmethodOnAdded(IVsWCFMetadataStorage)

Raises an event after a new file or folder has been added.

System_CAPS_pubmethodOnMoved(String, String)

Raises an event when a file or folder has been moved.

System_CAPS_pubmethodOnRemoved(String)

Raises an event when a file or folder has been removed.

System_CAPS_pubmethodOnRemoving(String)

Raises an event before a file or folder is removed.

System_CAPS_pubmethodOnRenamed(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.

Return to top
Show: