IProfferAsyncService::ProfferAsyncService Method (Guid, IAsyncServiceProvider^)

Visual Studio 2015
 

Proffers an asynchronous service.

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

unsigned int ProfferAsyncService(
	[InAttribute] Guid% rguidService,
	IAsyncServiceProvider^ psp
)

Parameters

rguidService
Type: System::Guid

The GUID of the service.

psp
Type: Microsoft.VisualStudio.Shell.Interop::IAsyncServiceProvider^

The async service provider.

Return Value

Type: System::UInt32

The cookie for the service.

Return to top
Show: