IOleInPlaceComponentUIManager.FUIComponentInState 方法

查询该环境确定特定状态是否仍然有效。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function FUIComponentInState ( _
    dwStateId As UInteger _
) As Integer
int FUIComponentInState(
    uint dwStateId
)

参数

  • dwStateId
    类型:System.UInt32
    [in] 相关状态的标识符。有关有效的 dwStateId 值列表,请参见 _OLECSTATE

返回值

类型:System.Int32

备注

FUIComponentInState 方法类似于 FInState 方法。而 FInState 用于查询 SOleComponentManager 服务, FUIComponentInState 用于查询 SOleComponentUIManager

.NET Framework 安全性

请参见

参考

IOleInPlaceComponentUIManager 接口

Microsoft.VisualStudio.Shell.Interop 命名空间