OleComponent::OnActivationChangeCore Method (IOleComponent^, Int32, array<OLECRINFO>^, Int32, array<OLECHOSTINFO>^, UInt32)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual void OnActivationChangeCore(
	IOleComponent^ pic,
	int fSameComponent,
	array<OLECRINFO>^ pcrinfo,
	int fHostIsActivating,
	array<OLECHOSTINFO>^ pchostinfo,
	unsigned int dwReserved
)

Parameters

pic
Type: Microsoft.VisualStudio.OLE.Interop::IOleComponent^
fSameComponent
Type: System::Int32
pcrinfo
Type: array<Microsoft.VisualStudio.OLE.Interop::OLECRINFO>^
fHostIsActivating
Type: System::Int32
pchostinfo
Type: array<Microsoft.VisualStudio.OLE.Interop::OLECHOSTINFO>^
dwReserved
Type: System::UInt32
Return to top
Show: