IVsPackageLoadEvents::OnPackageLoaded Method (Guid, IVsPackage^)

 

Occurs when the package is loaded.

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

void OnPackageLoaded(
	[InAttribute] Guid% packageGuid,
	IVsPackage^ package
)

Parameters

packageGuid
Type: System::Guid

The GUID of the package.

package
Type: Microsoft.VisualStudio.Shell.Interop::IVsPackage^

The package.

Return to top
Show: