Share via


IVsASMXMetadataStorageProvider Interface

Provides an interface for saving metadata for Web services (.asmx) that use ASP.NET in the project system.

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

Syntax

'Declaration
<GuidAttribute("C5E5042E-F39A-4C27-AE06-1B1715EA7223")> _
<InterfaceTypeAttribute()> _
Public Interface IVsASMXMetadataStorageProvider
'Usage
Dim instance As IVsASMXMetadataStorageProvider
[GuidAttribute("C5E5042E-F39A-4C27-AE06-1B1715EA7223")]
[InterfaceTypeAttribute()]
public interface IVsASMXMetadataStorageProvider
[GuidAttribute(L"C5E5042E-F39A-4C27-AE06-1B1715EA7223")]
[InterfaceTypeAttribute()]
public interface class IVsASMXMetadataStorageProvider
public interface IVsASMXMetadataStorageProvider

Remarks

This interface should be implemented by the project system. The Add Service Reference dialog box will call this interface to save an .asmx Web service reference in the project.

See Also

Reference

IVsASMXMetadataStorageProvider Members

Microsoft.VisualStudio.WCFReference.Interop Namespace