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
)

参数

返回值

类型:System.Int32

备注

COM 签名

从 vsshell.idl:

HRESULT IVsUIHierarchyWindow::SetCursor(
   [in]HCURSOR hNewCursor,
   [out, retval]HCURSOR *phOldCursor
);

.NET Framework 安全性

请参见

参考

IVsUIHierarchyWindow 接口

Microsoft.VisualStudio.Shell.Interop 命名空间