IVsServiceInfoQueryService::GetServiceInfo Method (Guid, IVsServiceInfo^)

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

int GetServiceInfo(
	[InAttribute] Guid% ServiceGuid,
	[OutAttribute] IVsServiceInfo^% ppServiceInfo
)

Parameters

ServiceGuid
Type: System::Guid

The GUID of the service.

ppServiceInfo
Type: Microsoft.VisualStudio.Shell.Interop::IVsServiceInfo^

[out] The service.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: