IVsUIHierarchyWindow.SetCursor 方法
此方法已过时。 调用它不会有任何效果。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function SetCursor ( _
hNewCursor As IntPtr, _
<OutAttribute> ByRef phOldCursor As IntPtr _
) As Integer
int SetCursor(
IntPtr hNewCursor,
out IntPtr phOldCursor
)
参数
- hNewCursor
类型:System.IntPtr
- phOldCursor
类型:System.IntPtr%
返回值
类型:System.Int32
备注
COM 签名
从 vsshell.idl:
HRESULT IVsUIHierarchyWindow::SetCursor(
[in]HCURSOR hNewCursor,
[out, retval]HCURSOR *phOldCursor
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。