IVsShell7.LoadPackageWithContextAsync(Guid, Int32, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads a package asynchronously with context.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ LoadPackageWithContextAsync(Guid % guidPackage, int reason, Guid % context);
public Microsoft.VisualStudio.Shell.Interop.IVsTask LoadPackageWithContextAsync (ref Guid guidPackage, int reason, ref Guid context);
abstract member LoadPackageWithContextAsync : Guid * int * Guid -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function LoadPackageWithContextAsync (ByRef guidPackage As Guid, reason As Integer, ByRef context As Guid) As IVsTask
Parameters
- guidPackage
- Guid
The GUID of the package.
- reason
- Int32
The reason.
- context
- Guid
The context.
Returns
Returns IVsTask.