C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.IO.MsBuildFileSystemWatcher.FileRenamed

상속: IFileSystemChange
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Apply ( ) : void
FileRenamed ( MsBuildFileSystemWatcherEntries entries, string rootDirectory, IFileSystem fileSystem, IMsBuildFileSystemFilter fileSystemFilter, string oldFullPath, string fullPath ) : Microsoft.Common.Core
ToString ( ) : string

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

FileRenamed() 공개 메소드

public FileRenamed ( MsBuildFileSystemWatcherEntries entries, string rootDirectory, IFileSystem fileSystem, IMsBuildFileSystemFilter fileSystemFilter, string oldFullPath, string fullPath ) : Microsoft.Common.Core
entries MsBuildFileSystemWatcherEntries
rootDirectory string
fileSystem IFileSystem
fileSystemFilter IMsBuildFileSystemFilter
oldFullPath string
fullPath string
리턴 Microsoft.Common.Core

ToString() 공개 메소드

public ToString ( ) : string
리턴 string