Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
OnAdded | Raises an event after a new file or folder has been added. |
![]() |
OnMoved | Raises an event when a file or folder has been moved. |
![]() |
OnRemoved | Raises an event when a file or folder has been removed. |
![]() |
OnRemoving | Raises an event before a file or folder is removed. |
![]() |
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.
.gif)