IVsASMXMetadataStorageProvider Interface
Visual Studio 2015
Provides an interface for saving metadata for Web services (.asmx) that use ASP.NET in the project system.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AddWebReference(String, String, IDiscoveryResult) | Adds the metadata to a project for reference to a Web service (.asmx) that uses ASP.NET. |
![]() | IsValidNewASMXReferenceName(String) | Returns a value that determines whether a namespace for a reference to a Web service (asmx) that uses ASP.NET is unique. |
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.
Show:
