IVsAsyncFileChangeEx Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthodes asynchrones pour le service de modification de fichiers VS (SVsFileChange).
public interface class IVsAsyncFileChangeEx
public interface IVsAsyncFileChangeEx
type IVsAsyncFileChangeEx = interface
Public Interface IVsAsyncFileChangeEx
- Dérivé
Méthodes
AdviseDirChangeAsync(String, Boolean, IVsFreeThreadedFileChangeEvents2, CancellationToken) |
Crée un abonnement aux modifications d’un répertoire. |
AdviseFileChangeAsync(String, _VSFILECHANGEFLAGS, IVsFreeThreadedFileChangeEvents2, CancellationToken) |
Crée un abonnement aux modifications d’un fichier unique. |
FilterDirectoryChangesAsync(UInt32, String[], CancellationToken) |
Filtre les notifications des modifications de répertoire. |
IgnoreDirAsync(String, Boolean, CancellationToken) |
Ignore ou désactive les modifications apportées à un répertoire et à ses sous-répertoires. |
IgnoreFileAsync(UInt32, String, Boolean, CancellationToken) |
Ignore ou désactive les modifications apportées à un fichier ou à un abonnement. |
SyncFileAsync(String, CancellationToken) |
Force l’envoi d’événements de modification pour un fichier. |
UnadviseDirChangeAsync(UInt32, CancellationToken) |
Supprime un abonnement aux modifications d’un répertoire. |
UnadviseDirChangesAsync(IReadOnlyCollection<UInt32>, CancellationToken) |
Supprime les abonnements aux modifications pour plusieurs répertoires. |
UnadviseFileChangeAsync(UInt32, CancellationToken) |
Supprime un abonnement aux modifications d’un seul fichier. |
UnadviseFileChangesAsync(IReadOnlyCollection<UInt32>, CancellationToken) |
Supprime les abonnements aux modifications pour plusieurs fichiers. |