IOleComponentManager.OnComponentEnterState 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.
public:
void OnComponentEnterState(System::UInt32 dwComponentID, System::UInt32 uStateID, System::UInt32 uContext, System::UInt32 cpicmExclude, cli::array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^> ^ rgpicmExclude, System::UInt32 dwReserved);
public:
void OnComponentEnterState(unsigned int dwComponentID, unsigned int uStateID, unsigned int uContext, unsigned int cpicmExclude, Platform::Array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager ^> ^ rgpicmExclude, unsigned int dwReserved);
void OnComponentEnterState(unsigned int dwComponentID, unsigned int uStateID, unsigned int uContext, unsigned int cpicmExclude, std::Array <Microsoft::VisualStudio::OLE::Interop::IOleComponentManager const &> const & rgpicmExclude, unsigned int dwReserved);
public void OnComponentEnterState (uint dwComponentID, uint uStateID, uint uContext, uint cpicmExclude, Microsoft.VisualStudio.OLE.Interop.IOleComponentManager[] rgpicmExclude, uint dwReserved);
abstract member OnComponentEnterState : uint32 * uint32 * uint32 * uint32 * Microsoft.VisualStudio.OLE.Interop.IOleComponentManager[] * uint32 -> unit
Public Sub OnComponentEnterState (dwComponentID As UInteger, uStateID As UInteger, uContext As UInteger, cpicmExclude As UInteger, rgpicmExclude As IOleComponentManager(), dwReserved As UInteger)
Parameters
- dwComponentID
- UInt32
- uStateID
- UInt32
- uContext
- UInt32
- cpicmExclude
- UInt32
- rgpicmExclude
- IOleComponentManager[]
- dwReserved
- UInt32