Share via


IVsAddWebReferenceResult.GetDetail Method

Returns an interface that exposes additional properties of a service reference in the Add Service Reference dialog box.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Function GetDetail As Object
Object GetDetail()
Object^ GetDetail()
abstract GetDetail : unit -> Object 
function GetDetail() : Object

Return Value

Type: System.Object
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.

.NET Framework Security

See Also

Reference

IVsAddWebReferenceResult Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace