IOleComponentManager::OnComponentEnterState Method (UInt32, UInt32, UInt32, UInt32, array<IOleComponentManager^>^, UInt32)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void OnComponentEnterState(
	unsigned int dwComponentID,
	unsigned int uStateID,
	unsigned int uContext,
	unsigned int cpicmExclude,
	array<IOleComponentManager^>^ rgpicmExclude,
	unsigned int dwReserved
)

Parameters

dwComponentID
Type: System::UInt32
uStateID
Type: System::UInt32
uContext
Type: System::UInt32
cpicmExclude
Type: System::UInt32
rgpicmExclude
Type: array<Microsoft.VisualStudio.OLE.Interop::IOleComponentManager^>^
dwReserved
Type: System::UInt32
Return to top
Show: