IVsServiceInfoQueryService 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.
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
Remarks
This interface is safe to access from any thread.
Methods
GetServiceInfo(Guid, IVsServiceInfo) |