Compartilhar via


Método IVsWindowPaneCommit.CommitPendingEdit (Int32)

 

Publicado: abril de 2016

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

Sintaxe

int CommitPendingEdit(
    out int pfCommitFailed
)
int CommitPendingEdit(
    [OutAttribute] int% pfCommitFailed
)
abstract CommitPendingEdit : 
        pfCommitFailed:int byref -> int
Function CommitPendingEdit (
    <OutAttribute> ByRef pfCommitFailed As Integer
) As Integer

Parâmetros

  • pfCommitFailed
    [out]

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 IVsWindowPaneCommit::CommitPendingEdit(
   [out] BOOL *pfCommitFailed
);

Consulte também

Interface IVsWindowPaneCommit
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo