OleComponent::IOleComponent::OnEnterState Method (UInt32, Int32)

 

Microsoft internal use only.

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

private:
virtual void OnEnterState(
	unsigned int uStateID,
	int fEnter
) sealed = IOleComponent::OnEnterState

Parameters

uStateID
Type: System::UInt32

The state being entered or exited, maps directly to ComponentState

fEnter
Type: System::Int32

If the value is TRUE (1) then we are entering the state described by uStateID otherwise we are exiting it.

Return to top
Show: