IVsServiceInfoQueryService Interface

Definition

Provides a way to get information about registered services in VS. The implementation must be free-threaded.

public interface class IVsServiceInfoQueryService
public interface class IVsServiceInfoQueryService
__interface IVsServiceInfoQueryService
[System.Runtime.InteropServices.Guid("932AA966-86BE-44D9-8403-2F4A2C17ADB1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsServiceInfoQueryService
[<System.Runtime.InteropServices.Guid("932AA966-86BE-44D9-8403-2F4A2C17ADB1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsServiceInfoQueryService = interface
Public Interface IVsServiceInfoQueryService
Attributes

Methods

GetServiceInfo(Guid, IVsServiceInfo)

Applies to