IVsShell7::LoadPackageWithContextAsync Method (Guid, Int32, Guid)

Visual Studio 2015
 

Loads a package asynchronously with context.

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

IVsTask^ LoadPackageWithContextAsync(
	[InAttribute] Guid% guidPackage,
	int reason,
	[InAttribute] Guid% context
)

Parameters

guidPackage
Type: System::Guid

The GUID of the package.

reason
Type: System::Int32

The reason.

context
Type: System::Guid

The context.

Return to top
Show: