Compartir a través de


IVsFullTextScanner.OpenFullTextScan (Método)

Abra el búfer buscar.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function OpenFullTextScan As Integer
int OpenFullTextScan()
int OpenFullTextScan()
abstract OpenFullTextScan : unit -> int
function OpenFullTextScan() : int

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsFullTextScanner::OpenFullTextScan();

Este método bloquea el búfer y haga un paso de la recolección de elementos no utilizados, que es que consume muchos recursos. Debido a esto, no utilice este método en un controlador de QueryStatus u otro escenario velocidad-intensiva.

Seguridad de .NET Framework

Vea también

Referencia

IVsFullTextScanner Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)