IVsServiceInfoQueryService.GetServiceInfo(Guid, IVsServiceInfo) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
弄服务。
返回
此 HRESULT。