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
[GuidAttribute("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[InterfaceTypeAttribute()]
public interface IVsDiscoveryService
[GuidAttribute(L"B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[InterfaceTypeAttribute()]
public interface class IVsDiscoveryService
[<GuidAttribute("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")>]
[<InterfaceTypeAttribute()>]
type IVsDiscoveryService =  interface end
public interface IVsDiscoveryService

The IVsDiscoveryService type exposes the following members.

Methods

  Name Description
Public method CreateDiscoverySession Returns a pointer to a Discovery Session.

Top

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

Microsoft.VisualStudio.Shell.Interop Namespace