IAsyncLoadablePackageInitialize::Initialize Method (IAsyncServiceProvider^, IProfferAsyncService^, IAsyncProgressCallback^)

Visual Studio 2015
 

Initializes the package.

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

IVsTask^ Initialize(
	IAsyncServiceProvider^ pServiceProvider,
	IProfferAsyncService^ pProfferService,
	IAsyncProgressCallback^ pProgressCallback
)

Parameters

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

The service provider.

pProfferService
Type: Microsoft.VisualStudio.Shell.Interop::IProfferAsyncService^

The proffer service.

pProgressCallback
Type: Microsoft.VisualStudio.Shell.Interop::IAsyncProgressCallback^

The callback

Return to top
Show: