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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")> _
Public Interface IVsWCFMetadataStorageProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")]
public interface IVsWCFMetadataStorageProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")]
public interface class IVsWCFMetadataStorageProviderEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("610DFEB0-5C2B-46C2-BB44-1DE7DC42D409")>]
type IVsWCFMetadataStorageProviderEvents =  interface end
public interface IVsWCFMetadataStorageProviderEvents

The IVsWCFMetadataStorageProviderEvents type exposes the following members.

Methods

  Name Description
Public method OnAdded Raises an event after a new file or folder has been added.
Public method OnMoved Raises an event when a file or folder has been moved.
Public method OnRemoved Raises an event when a file or folder has been removed.
Public method OnRemoving Raises an event before a file or folder is removed.
Public method OnRenamed Raises an event when a file or folder has been renamed.

Top

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.

See Also

Reference

Microsoft.VisualStudio.WCFReference.Interop Namespace