ProjectNode.ResumeMSBuild Method (String)

Resumes the MSBuild process on the supplied target with the default configuration and without logging to the output window.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Sub ResumeMSBuild ( _
    target As String _
)
'使用
Dim instance As ProjectNode
Dim target As String

instance.ResumeMSBuild(target)
public void ResumeMSBuild(
    string target
)
public:
void ResumeMSBuild(
    String^ target
)
public function ResumeMSBuild(
    target : String
)

Parameters

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

ResumeMSBuild Overload

Microsoft.VisualStudio.Package Namespace