VsTextPackageClass.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
- 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.