IVsObjectList.GetUserContext 方法

返回用户对象列表项的给定的上下文。

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

语法

声明
Function GetUserContext ( _
    index As UInteger, _
    <OutAttribute> ByRef ppunkUserCtx As Object _
) As Integer
int GetUserContext(
    uint index,
    out Object ppunkUserCtx
)

参数

  • index
    类型:System.UInt32
    [in] 指定列表项的索引相关。
  • ppunkUserCtx
    类型:System.Object%
    [out] 对上下文包的指针会作为 IUnknown 接口。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsObjectList::GetUserContext(
   [in] ULONG Index,
   [out] IUnknown **ppunkUserCtx
);

默认情况下,此环境使用完全限定的项名称作为 F1 关键字。 使用 GetUserContext 方法提供补充信息,如语言 ID,以便,给定列表项,则它时。 返回的上下文包必须支持 IVsUserContext 提供额外的上下文属性和关键字。

.NET Framework 安全性

请参见

参考

IVsObjectList 接口

Microsoft.VisualStudio.Shell.Interop 命名空间