Partilhar via


Método IVsIME.SetDefCurPos (IntPtr, VSIME_ERR )

 

Move a janela do editor para a posição padrão.O método fornece um wrapper para ImmSetCompositionWindow.

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

Sintaxe

int SetDefCurPos(
    IntPtr hwnd,
    VSIME_ERR[] perr
)
int SetDefCurPos(
    IntPtr hwnd,
    array<VSIME_ERR>^ perr
)
abstract SetDefCurPos : 
        hwnd:nativeint *
        perr:VSIME_ERR[] -> int
Function SetDefCurPos (
    hwnd As IntPtr,
    perr As VSIME_ERR()
) As Integer

Parâmetros

  • hwnd
    [in] Identificador da janela do editor.
  • perr
    [out] Defina como zero quando há um erro.Caso contrário, o Nonzero.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsIME::SetDefCurPos(
   [in] HWND hwnd, 
   [out] VSIME_ERR * perr
);

Consulte também

Interface IVsIME
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo