IVsDiscoveryService Interface

Creates a discovery session.

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

Syntax

'Declaration
<GuidAttribute("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDiscoveryService
'Usage
Dim instance As IVsDiscoveryService
[GuidAttribute("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[InterfaceTypeAttribute()]
public interface IVsDiscoveryService
[GuidAttribute(L"B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[InterfaceTypeAttribute()]
public interface class IVsDiscoveryService
public interface IVsDiscoveryService

Remarks

Use this interface to create a discovery session to discover web services.

Notes to Callers:

Call this interface to create a discovery session. Query for this interface through SVsDiscoveryService.

See Also

Reference

IVsDiscoveryService Members

Microsoft.VisualStudio.Shell.Interop Namespace