Partilhar via


Método VsTextManagerClass.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
Public Overridable Function IgnoreNextFileChange ( _
    pBuffer As IVsTextBuffer _
) As Integer
public virtual int IgnoreNextFileChange(
    IVsTextBuffer pBuffer
)
public:
virtual int IgnoreNextFileChange(
    [InAttribute] IVsTextBuffer^ pBuffer
)
abstract IgnoreNextFileChange : 
        pBuffer:IVsTextBuffer -> int  
override IgnoreNextFileChange : 
        pBuffer:IVsTextBuffer -> int
public function IgnoreNextFileChange(
    pBuffer : IVsTextBuffer
) : int

Parâmetros

Valor de retorno

Tipo: Int32

Implementações

IVsTextManager.IgnoreNextFileChange(IVsTextBuffer)

Segurança do .NET Framework

Consulte também

Referência

VsTextManagerClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop