IVsAddWebReferenceResult::GetDetail Method ()
Visual Studio 2015
Returns an interface that exposes additional properties of a service reference in the Add Service Reference dialog box.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
The GetDetail method returns an interface that exposes additional properties of the new service reference. It returns IVsWCFReferenceGroupDetails for Windows Communication Foundation (WCF) references and Null for references to Web services (ASMX) that use ASP.NET.
Show: