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)

[GuidAttribute("C5E5042E-F39A-4C27-AE06-1B1715EA7223")]
[InterfaceTypeAttribute(1)]
public interface IVsASMXMetadataStorageProvider

NameDescription
System_CAPS_pubmethodAddWebReference(String, String, IDiscoveryResult)

Adds the metadata to a project for reference to a Web service (.asmx) that uses ASP.NET.

System_CAPS_pubmethodIsValidNewASMXReferenceName(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.

Return to top
Show: