Microsoft.VisualStudio.Project.ProjectNode.SuspendMSBuild C# (CSharp) Method

SuspendMSBuild() public method

Suspends MSBuild
public SuspendMSBuild ( ) : void
return void
        public void SuspendMSBuild()
        {
            this.suspendMSBuildCounter++;
        }
ProjectNode