IOleComponentManager.FOnComponentExitState(UInt32, UInt32, UInt32, UInt32, IOleComponentManager[]) Método
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.
public:
int FOnComponentExitState(System::UInt32 dwComponentID, System::UInt32 uStateID, System::UInt32 uContext, System::UInt32 cpicmExclude, cli::array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^> ^ rgpicmExclude);
public:
int FOnComponentExitState(unsigned int dwComponentID, unsigned int uStateID, unsigned int uContext, unsigned int cpicmExclude, Platform::Array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^> ^ rgpicmExclude);
int FOnComponentExitState(unsigned int dwComponentID, unsigned int uStateID, unsigned int uContext, unsigned int cpicmExclude, std::Array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager const &> const & rgpicmExclude);
public int FOnComponentExitState (uint dwComponentID, uint uStateID, uint uContext, uint cpicmExclude, Microsoft.VisualStudio.OLE.Interop.IOleComponentManager[] rgpicmExclude);
abstract member FOnComponentExitState : uint32 * uint32 * uint32 * uint32 * Microsoft.VisualStudio.OLE.Interop.IOleComponentManager[] -> int
Public Function FOnComponentExitState (dwComponentID As UInteger, uStateID As UInteger, uContext As UInteger, cpicmExclude As UInteger, rgpicmExclude As IOleComponentManager()) As Integer
Parâmetros
- dwComponentID
- UInt32
- uStateID
- UInt32
- uContext
- UInt32
- cpicmExclude
- UInt32
- rgpicmExclude
- IOleComponentManager[]