IVsServiceInfoQueryService.GetServiceInfo(Guid, IVsServiceInfo) 方法

定义

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

参数

ServiceGuid
Guid

服务的 GUID。

ppServiceInfo
IVsServiceInfo

弄服务。

返回

Int32

此 HRESULT。

适用于