C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.IO.MsBuildFileSystemWatcherEntries

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddDirectory() 공개 메소드

public AddDirectory ( string relativePath, string shortPath ) : void
relativePath string
shortPath string
리턴 void

AddFile() 공개 메소드

public AddFile ( string relativeFilePath, string shortPath ) : void
relativeFilePath string
shortPath string
리턴 void

ContainsDirectoryEntry() 공개 메소드

public ContainsDirectoryEntry ( string relativePath ) : bool
relativePath string
리턴 bool

ContainsFileEntry() 공개 메소드

public ContainsFileEntry ( string relativeFilePath ) : bool
relativeFilePath string
리턴 bool

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string relativePath ) : void
relativePath string
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string relativeFilePath ) : void
relativeFilePath string
리턴 void

MarkAllDeleted() 공개 메소드

public MarkAllDeleted ( ) : void
리턴 void

ProduceChangeset() 공개 메소드

public ProduceChangeset ( ) : MsBuildFileSystemWatcher.Changeset
리턴 MsBuildFileSystemWatcher.Changeset

RenameDirectory() 공개 메소드

public RenameDirectory ( string previousRelativePath, string relativePath, string shortPath ) : ISet
previousRelativePath string
relativePath string
shortPath string
리턴 ISet

RenameFile() 공개 메소드

public RenameFile ( string previousRelativePath, string relativeFilePath, string shortPath ) : void
previousRelativePath string
relativeFilePath string
shortPath string
리턴 void