IVsDiscoveryService Interface
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.
Creates a discovery session.
public interface class IVsDiscoveryService
public interface class IVsDiscoveryService
__interface IVsDiscoveryService
[System.Runtime.InteropServices.Guid("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDiscoveryService
[System.Runtime.InteropServices.Guid("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDiscoveryService
[<System.Runtime.InteropServices.Guid("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDiscoveryService = interface
[<System.Runtime.InteropServices.Guid("B9A32C80-B14D-4AE3-A955-5CBC3E7FAB10")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDiscoveryService = interface
Public Interface IVsDiscoveryService
- Attributes
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.
Methods
CreateDiscoverySession(IDiscoverySession) |
Returns a pointer to a Discovery Session. |