Partilhar via


Método IVsFullTextScanner.CloseFullTextScan

Fecha o buffer para a digitalização.

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

Sintaxe

'Declaração
Function CloseFullTextScan As Integer
int CloseFullTextScan()
int CloseFullTextScan()
abstract CloseFullTextScan : unit -> int
function CloseFullTextScan() : int

Valor de retorno

Tipo: 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 textmgr.idl:

HRESULT IVsFullTextScanner::Close FullTextScan();

Implementações de buffer gravável usam CloseFullTextScan para permitir a gravação para o buffer novamente.

Segurança do .NET Framework

Consulte também

Referência

IVsFullTextScanner Interface

Namespace Microsoft.VisualStudio.TextManager.Interop