Partilhar via


Método IVsUIHierarchyWindow.SetCursor (IntPtr, IntPtr)

 

Este método está obsoleto.Chamá-lo não tem efeito.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int SetCursor(
    IntPtr hNewCursor,
    out IntPtr phOldCursor
)
int SetCursor(
    IntPtr hNewCursor,
    [OutAttribute] IntPtr% phOldCursor
)
abstract SetCursor : 
        hNewCursor:nativeint *
        phOldCursor:nativeint byref -> int
Function SetCursor (
    hNewCursor As IntPtr,
    <OutAttribute> ByRef phOldCursor As IntPtr
) As Integer

Valor de retorno

Type: System.Int32

Comentários

COM assinatura

De vsshell.idl:

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

Consulte também

Interface IVsUIHierarchyWindow
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo