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

 

Notifies the component when the application enters or exits the specified state.

Namespace:   Microsoft.VisualStudio.Shell
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, from _OLECSTATE.

fEnter
Type: System::Int32

true if the application is entering the state, false if it is exiting the state.

See OnEnterState for more information.

Return to top
Show: