IVsServiceInfoQueryService.GetServiceInfo(Guid, IVsServiceInfo) Method
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.
public:
int GetServiceInfo(Guid % ServiceGuid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsServiceInfo ^ % ppServiceInfo);
public int GetServiceInfo (ref Guid ServiceGuid, out Microsoft.VisualStudio.Shell.Interop.IVsServiceInfo ppServiceInfo);
abstract member GetServiceInfo : Guid * IVsServiceInfo -> int
Public Function GetServiceInfo (ByRef ServiceGuid As Guid, ByRef ppServiceInfo As IVsServiceInfo) As Integer
Parameters
- ServiceGuid
- Guid
The GUID of the service.
- ppServiceInfo
- IVsServiceInfo
[out] The service.
Returns
The HRESULT.
Remarks
This method is safe to access from any thread.