OleComponent::IOleComponent::OnEnterState Method (UInt32, Int32)
Visual Studio 2015
Microsoft internal use only.
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.
Show: