IVsToolbox.IsCurrentUser 方法
确定指定的工具箱用户是否是当前用户。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function IsCurrentUser ( _
pUser As IVsToolboxUser, _
<OutAttribute> ByRef pfCurrent As Integer _
) As Integer
int IsCurrentUser(
IVsToolboxUser pUser,
out int pfCurrent
)
参数
- pUser
类型:Microsoft.VisualStudio.Shell.Interop.IVsToolboxUser
[in] 对工具箱用户的指针。
- pfCurrent
类型:System.Int32%
[out, retval] 如果 true,然后指定的工具箱用户是当前用户。如果 false,则指定用户不是当前工具箱用户。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell.idl:
HRESULT IVsToolbox::IsCurrentUser(
IVsToolboxUser *pUser,
[out,retval] BOOL *pfCurrent
);
当前用户是工具箱用户与激活通常会有记录。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。