IVsPackageLoadEvents Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa eventos de carga de pacote.
public interface class IVsPackageLoadEvents
public interface class IVsPackageLoadEvents
__interface IVsPackageLoadEvents
[System.Runtime.InteropServices.Guid("21861181-88B1-410A-BCA8-441FB3F3F1FC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPackageLoadEvents
[<System.Runtime.InteropServices.Guid("21861181-88B1-410A-BCA8-441FB3F3F1FC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPackageLoadEvents = interface
Public Interface IVsPackageLoadEvents
- Atributos
Métodos
| OnPackageLoaded(Guid, IVsPackage) |
Ocorre quando o pacote é carregado. |