VsTextManagerClass.IgnoreNextFileChange, méthode

Annonce que le de modification du fichier suivant doit être ignoré.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32

Implémentations

IVsTextManager.IgnoreNextFileChange(IVsTextBuffer)

Sécurité .NET Framework

Voir aussi

Référence

VsTextManagerClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms