IVsAddWebReferenceResult.GetDetail Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an interface that exposes additional properties of a service reference in the Add Service Reference dialog box.
public:
System::Object ^ GetDetail();
public:
Platform::Object ^ GetDetail();
winrt::Windows::Foundation::IInspectable GetDetail();
public object GetDetail ();
abstract member GetDetail : unit -> obj
Public Function GetDetail () As Object
Returns
An IVsWCFReferenceGroupDetails interface.
Remarks
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.