Condividi tramite


Metodo IVsTextManager.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
Function SuspendFileChangeAdvise ( _
    pszFileName As String, _
    fSuspend As Integer _
) As Integer
int SuspendFileChangeAdvise(
    string pszFileName,
    int fSuspend
)
int SuspendFileChangeAdvise(
    [InAttribute] String^ pszFileName, 
    [InAttribute] int fSuspend
)
abstract SuspendFileChangeAdvise : 
        pszFileName:string * 
        fSuspend:int -> int
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
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextManager::SuspendFileChangeAdvise(
   [in] const WCHAR *pszFileName,
    [in] BOOL fSuspend
);

Utilizzare questo metodo per sospendere la notifica esterna, ad esempio dal controllo del codice sorgente) tale file sono stati modificati.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop