Condividi tramite


Metodo VsTextManagerClass.SuspendFileChangeAdvise

Sospende le notifiche delle modifiche ai file per un file specificato.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • pszFileName
    Tipo: String

    [in] File in cui eseguire lo shelving la notifica delle modifiche effettuate.

  • fSuspend
    Tipo: Int32

    [in] true se la notifica di modifica viene sospesa nel nome file specificato.

Valore restituito

Tipo: Int32

Implementa

IVsTextManager.SuspendFileChangeAdvise(String, Int32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextManagerClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop