ProjectNode.ResumeMSBuild Method (String, IVsOutputWindowPane, String)

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

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

Syntax

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

instance.ResumeMSBuild(config, output, _
    target)
public void ResumeMSBuild(
    string config,
    IVsOutputWindowPane output,
    string target
)
public:
void ResumeMSBuild(
    String^ config, 
    IVsOutputWindowPane^ output, 
    String^ target
)
public function ResumeMSBuild(
    config : String, 
    output : IVsOutputWindowPane, 
    target : String
)

Parameters

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

ResumeMSBuild Overload

Microsoft.VisualStudio.Package Namespace