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
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] pointeur à l'interface d'IVsTextBuffer.
Valeur de retour
Type : Int32
Implémentations
IVsTextManager.IgnoreNextFileChange(IVsTextBuffer)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.