IVsASMXMetadataStorageProvider::IsValidNewASMXReferenceName Method (String^)
Visual Studio 2015
Returns a value that determines whether a namespace for a reference to a Web service (asmx) that uses ASP.NET is unique.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- pszNewName
-
Type:
System::String^
A string that contains the namespace for the reference.
Call this method before you add an .asmx Web service reference to potential namespace conflicts.
Show: