Share via


VsTextManagerClass.SuspendFileChangeAdvise, méthode

Interrompt des notifications de changement de fichier pour un fichier donné.

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

Syntaxe

'Déclaration
Public Overridable Function SuspendFileChangeAdvise ( _
    pszFileName As String, _
    fSuspend As Integer _
) As Integer
public virtual int SuspendFileChangeAdvise(
    string pszFileName,
    int fSuspend
)
public:
virtual int SuspendFileChangeAdvise(
    [InAttribute] String^ pszFileName, 
    [InAttribute] int fSuspend
)
abstract SuspendFileChangeAdvise : 
        pszFileName:string * 
        fSuspend:int -> int  
override SuspendFileChangeAdvise : 
        pszFileName:string * 
        fSuspend:int -> int
public function SuspendFileChangeAdvise(
    pszFileName : String, 
    fSuspend : int
) : int

Paramètres

  • pszFileName
    Type : String

    [in] le fichier sur lequel pour interrompre la notification des modifications a fait.

  • fSuspend
    Type : Int32

    [in] true si la notification de modifications est interrompue sur le nom de fichier spécifié.

Valeur de retour

Type : Int32

Implémentations

IVsTextManager.SuspendFileChangeAdvise(String, Int32)

Sécurité .NET Framework

Voir aussi

Référence

VsTextManagerClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms