Partilhar via


Método IVsTextManager.IgnoreNextFileChange

Notifica que a próxima alteração de arquivo será ignorada.

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

Sintaxe

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

Este método tem um tempo limite de quatro segundos.

Segurança do .NET Framework

Consulte também

Referência

IVsTextManager Interface

Namespace Microsoft.VisualStudio.TextManager.Interop