Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an interface for XML web service metadata storage provider events.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("DBFECCE0-41A5-41A6-AD3B-67286C457A4F")> _
Public Interface IVsServiceReferenceMetadataStorageProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute("DBFECCE0-41A5-41A6-AD3B-67286C457A4F")]
public interface IVsServiceReferenceMetadataStorageProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"DBFECCE0-41A5-41A6-AD3B-67286C457A4F")]
public interface class IVsServiceReferenceMetadataStorageProviderEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("DBFECCE0-41A5-41A6-AD3B-67286C457A4F")>]
type IVsServiceReferenceMetadataStorageProviderEvents = interface end
public interface IVsServiceReferenceMetadataStorageProviderEvents
The IVsServiceReferenceMetadataStorageProviderEvents 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 XML web service metadata storage.