C# 클래스 Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Logging.FileSystemMirroringProjectLoggingExtensions

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

공개 메소드들

메소드 설명
ApplyProjectChangesFinished ( this log ) : void
ApplyProjectChangesStarted ( this log ) : void
MsBuildAfterChangesApplied ( this log, Microsoft.Build.Construction.ProjectRootElement rootElement ) : void

메소드 상세

ApplyProjectChangesFinished() 공개 정적인 메소드

public static ApplyProjectChangesFinished ( this log ) : void
log this
리턴 void

ApplyProjectChangesStarted() 공개 정적인 메소드

public static ApplyProjectChangesStarted ( this log ) : void
log this
리턴 void

MsBuildAfterChangesApplied() 공개 정적인 메소드

public static MsBuildAfterChangesApplied ( this log, Microsoft.Build.Construction.ProjectRootElement rootElement ) : void
log this
rootElement Microsoft.Build.Construction.ProjectRootElement
리턴 void