C# Class Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.IO.MsBuildFileSystemWatcherEntries

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
AddDirectory ( string relativePath, string shortPath ) : void
AddFile ( string relativeFilePath, string shortPath ) : void
ContainsDirectoryEntry ( string relativePath ) : bool
ContainsFileEntry ( string relativeFilePath ) : bool
DeleteDirectory ( string relativePath ) : void
DeleteFile ( string relativeFilePath ) : void
MarkAllDeleted ( ) : void
ProduceChangeset ( ) : MsBuildFileSystemWatcher.Changeset
RenameDirectory ( string previousRelativePath, string relativePath, string shortPath ) : ISet
RenameFile ( string previousRelativePath, string relativeFilePath, string shortPath ) : void

Private Methods

Méthode Description
AddEntry ( string relativeFilePath, string shortPath, EntryType type ) : Entry
DeleteEntry ( Entry entry ) : void
EntryPathStartsWith ( Entry v, string relativePath ) : bool
GetDirectoryEntries ( string relativeDirectoryPath ) : IEnumerable
RenameEntry ( string previousRelativePath, string relativePath, string shortPath, EntryType type ) : void
UpdateRenamedEntryOnDelete ( Entry entry ) : void
UpdateRenamingChain ( Entry renamedEntry, string relativePath, string shortPath, EntryType type ) : void

Method Details

AddDirectory() public méthode

public AddDirectory ( string relativePath, string shortPath ) : void
relativePath string
shortPath string
Résultat void

AddFile() public méthode

public AddFile ( string relativeFilePath, string shortPath ) : void
relativeFilePath string
shortPath string
Résultat void

ContainsDirectoryEntry() public méthode

public ContainsDirectoryEntry ( string relativePath ) : bool
relativePath string
Résultat bool

ContainsFileEntry() public méthode

public ContainsFileEntry ( string relativeFilePath ) : bool
relativeFilePath string
Résultat bool

DeleteDirectory() public méthode

public DeleteDirectory ( string relativePath ) : void
relativePath string
Résultat void

DeleteFile() public méthode

public DeleteFile ( string relativeFilePath ) : void
relativeFilePath string
Résultat void

MarkAllDeleted() public méthode

public MarkAllDeleted ( ) : void
Résultat void

ProduceChangeset() public méthode

public ProduceChangeset ( ) : MsBuildFileSystemWatcher.Changeset
Résultat MsBuildFileSystemWatcher.Changeset

RenameDirectory() public méthode

public RenameDirectory ( string previousRelativePath, string relativePath, string shortPath ) : ISet
previousRelativePath string
relativePath string
shortPath string
Résultat ISet

RenameFile() public méthode

public RenameFile ( string previousRelativePath, string relativeFilePath, string shortPath ) : void
previousRelativePath string
relativeFilePath string
shortPath string
Résultat void