Compartir a través de


IVsTextManager.IgnoreNextFileChange (Método)

Notifica que el cambio siguiente del archivo se debe omitir.

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

Sintaxis

'Declaración
Function IgnoreNextFileChange ( _
    pBuffer As IVsTextBuffer _
) As Integer
int IgnoreNextFileChange(
    IVsTextBuffer pBuffer
)
int IgnoreNextFileChange(
    [InAttribute] IVsTextBuffer^ pBuffer
)
abstract IgnoreNextFileChange : 
        pBuffer:IVsTextBuffer -> int
function IgnoreNextFileChange(
    pBuffer : IVsTextBuffer
) : int

Parámetros

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 IVsTextManager::IgnoreNextFileChange(
   [in] IVsTextBuffer *pBuffer
);

este método tiene un cuatro-segundo tiempo de espera.

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager Interfaz

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