C# Class Microsoft.VisualStudio.ProjectSystem.FileSystemMirroring.Logging.FileSystemMirroringProjectLoggingExtensions

显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
ApplyProjectChangesFinished ( this log ) : void
ApplyProjectChangesStarted ( this log ) : void
MsBuildAfterChangesApplied ( this log, Microsoft.Build.Construction.ProjectRootElement rootElement ) : void

Method Details

ApplyProjectChangesFinished() public static method

public static ApplyProjectChangesFinished ( this log ) : void
log this
return void

ApplyProjectChangesStarted() public static method

public static ApplyProjectChangesStarted ( this log ) : void
log this
return void

MsBuildAfterChangesApplied() public static method

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