IVsIntellisenseHost.AfterCompletorCommit Método

Definição

Manipula quaisquer ações de limpeza após uma chamada para o completo.

public:
 int AfterCompletorCommit();
public:
 int AfterCompletorCommit();
int AfterCompletorCommit();
public int AfterCompletorCommit ();
abstract member AfterCompletorCommit : unit -> int
Public Function AfterCompletorCommit () As Integer

Retornos

Int32

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

Comentários

C++

De singlefileeditor. idl:

HRESULT IVsIntellisenseHost::AfterCompletorCommit();

Aplica-se a