VsTextManagerClass.AdjustFileChangeIgnoreCount(IVsTextBuffer, Int32) Méthode

Définition

Augmente ou diminue le nombre d'éléments à ignorer pour les modifications de fichier.

public:
 virtual int AdjustFileChangeIgnoreCount(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer, int fIgnore) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::AdjustFileChangeIgnoreCount;
public:
 virtual int AdjustFileChangeIgnoreCount(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer ^ pBuffer, int fIgnore) = Microsoft::VisualStudio::TextManager::Interop::IVsTextManager::AdjustFileChangeIgnoreCount;
 virtual int AdjustFileChangeIgnoreCount(Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer const & pBuffer, int fIgnore);
public virtual int AdjustFileChangeIgnoreCount (Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer pBuffer, int fIgnore);
abstract member AdjustFileChangeIgnoreCount : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer * int -> int
override this.AdjustFileChangeIgnoreCount : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer * int -> int
Public Overridable Function AdjustFileChangeIgnoreCount (pBuffer As IVsTextBuffer, fIgnore As Integer) As Integer

Paramètres

pBuffer
IVsTextBuffer

[in] Pointeur vers l'interface IVsTextBuffer pour laquelle définir le nombre d'éléments à ignorer.

fIgnore
Int32

dans Si la valeur est true, le compteur d’ignorer est augmenté d’une valeur de un. Si la valeur est false, le nombre d’ignorer est réduit d’une valeur de un pour la mémoire tampon référencée.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

S’applique à