IVsTrackSelectionEx.IsMyHierarchyCurrent 方法

确定用户的层次结构当前是否正在。

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

语法

声明
Function IsMyHierarchyCurrent ( _
    <OutAttribute> ByRef pfCurrent As Integer _
) As Integer
int IsMyHierarchyCurrent(
    out int pfCurrent
)

参数

  • pfCurrent
    类型:System.Int32%
    [out] 为设置为 true 的标志,如果用户的层次结构当前和 false的指针,如果它不存在。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsTrackSelectionEx::IsMyHierarchyCurrent(
   [out] BOOL *pfCurrent
);

.NET Framework 安全性

请参见

参考

IVsTrackSelectionEx 接口

Microsoft.VisualStudio.Shell.Interop 命名空间