IOleInPlaceComponentUIManager.FUIComponentInState Method (UInt32)
Visual Studio 2015
Queries the environment to determine if a particular state is still in effect.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwStateId
-
Type:
System.UInt32
[in] Identifier of the state in question. For a list of valid dwStateId values, see _OLECSTATE
Return Value
Type: System.Int32The FUIComponentInState method is analogous to the FInState method. Whereas FInState is used to query the SOleComponentManager service, FUIComponentInState is used to query the SOleComponentUIManager.
Show: